AdventureworksCI Step 4 Pushing to GitHub
This is part of a series on how to take the Adventureworks database and bring it in line with modern...
2015-07-22
38 reads
This is part of a series on how to take the Adventureworks database and bring it in line with modern...
2015-07-22
38 reads
This is part of a series on how to take the Adventureworks database and bring it in line with modern...
2015-07-22
32 reads
This is part of a series on how to take the Adventureworks database and bring it in line with modern standards. How do we put a legacy SQL Server...
2015-07-22
6 reads
This is part of a series on how to take the Adventureworks database and bring it in line with modern...
2015-07-22
40 reads
This is part of a series on how to take the Adventureworks database and bring it in line with modern...
2015-07-22
33 reads
This is part of a series on how to take the Adventureworks database and bring it in line with modern standards. How do we put a legacy SQL Server...
2015-07-22
4 reads
Whether we use a tool to generate upgrade scripts or we write manual test scripts for database changes there are...
2015-07-21
432 reads
Whether we use a tool to generate upgrade scripts or we write manual test scripts for database changes there are...
2015-07-21
37 reads
Whether we use a tool to generate upgrade scripts or we write manual test scripts for database changes there are...
2015-07-21
45 reads
Whether we use a tool to generate upgrade scripts or we write manual test scripts for database changes there are a few things that we should bear in mind...
2015-07-21
4 reads
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
By DataOnWheels
This is a blog that I am writing for future me and hopefully it’ll...
By Steve Jones
While wandering around the documentation looking for some Question of the Day topics, I...
Comments posted to this topic are about the item Pro SQL Server Internals
Comments posted to this topic are about the item SQL ART: Who's Blocking Who?...
Comments posted to this topic are about the item Running SQLCMD II
I run this command to start SQLCMD:
sqlcmd -S localhost -E -c "proceed"At the prompt, I type this (the 1> and 2> are prompts):
1> select @@version 2> goWhat happens? See possible answers