News

On VB columnist Joe Kunk provides a Visual Basic program to generate a SQL script that clears all the data from a SQL Server database. In part one of this article, I described a scenario in which I ...
In SQL Server, the database can be stored in different files and filegroups ... To do that, create a backup in SSMS and select the Script > Script Action to job option. Create a backup in SSMS and ...
the classes assume a SQL Server database included in the article download. To better structure the code samples, I placed each application in its own separate directory, and I placed the SQL Server ...
Another effective automation method is using T-SQL Scripts with SQL Server Agent. This method is more popular with DBAs who operate within a database instance. In addition to the standard commands ...
When you move to the cloud, you should learn how to script against your cloud ... First of all, Azure SQL Database does not have the SQL Server Agent as a service. If you are running SQL Server ...
I did not figure out the root cause of that error, but running the create function script in a subsequent database connection has resolved the issue. While SQL Server has configurations ...
One way that organizations are storing data in the cloud is by moving their databases to the cloud. What once meant building an entire physical server, patching it, installing software like Microsoft ...
Do you need to find out where the location of your SQL Server's database is? Use this quick tip from Arthur Fuller to show you how. Sometimes your application needs to know the specific directory ...