News

The file rollover option causes [!INCLUDE ssNoVersion] to close the current file and create a new file when the maximum file size is reached. The new file has the same name as the previous file, but ...
SQL Server 2005's Management Studio offers lots of new functionality, but you can't always use a GUI. Sometimes you need to run a script from the command line, especially for an upgrade or install ...
Last week at work I was given a folder of 1,500 scripts – can you imagine having to open each file in Management Studio to be able to execute it?
Have you allready got frustrated of Microsoft sp_execute_external_script (aka Machine Learning Services) and limited support of allowing setting any version of R language ? If the answer is yes this ...
Now that you’ve automated the fetching of your flat file via FTP, the next step is to automatically import that file into SQL Server. To do this, we’ll use an SQL Server Agent Job.