New features in SQL 2012, the contained database
This article describe the problems about the migration of the databases and logins and the new feature contained databases
2012-05-22
10,873 reads
This article describe the problems about the migration of the databases and logins and the new feature contained databases
2012-05-22
10,873 reads
In this article I will run a SQL Server script to backup a database using C# in visual studio. For this purpose, I am going to use the sqlcmd.
2012-04-27
17,970 reads
In this article, we are going to create a linked server to the MySQL Database.
Once finished that task, we will select, insert, update and delete some data using SQL Server.
2012-04-17
9,951 reads
This article describes the sequence new feature used in SQL Server 2012
2012-04-13
9,435 reads
This article describes the use and advantages of the throw statement.
2012-04-03
2,717 reads
This article describes how to backup a database using a C# Windows Form.
2012-03-30
15,426 reads
This demo will show you the how powerfull is powershell. We will use cicles and the get-content command.
2012-03-22
9,932 reads
If you've ever loaded a 2 GB CSV into pandas just to run a...
By James Serra
What problem is Fabric Ontology trying to solve? For years, most data conversations have...
By Steve Jones
Recently I ran across some code that used a lot of QUOTENAME() calls. A...
Comments posted to this topic are about the item Stairway to Reliable Database Deployment...
Comments posted to this topic are about the item QUOTENAME Quote Parameters
Comments posted to this topic are about the item Limit the Blast Radius
When I use QUOTENAME(), I can optionally provide the character used to surround the string in the result. Can I use any character?
See possible answers