Top 5 Books on SQL Server 2008 Business Intelligence
Carrying on with book week and answering the question I’m often asked about what books I;d recommend to learn about...
2012-11-20
945 reads
Carrying on with book week and answering the question I’m often asked about what books I;d recommend to learn about...
2012-11-20
945 reads
ok, everyone has their favorite SQL guru and favorite SQL tips. There are some people whose names you associate with...
2012-11-19
920 reads
Just a very quick blog today regarding an issue that has arisen with one of my clients. During Integration it...
2012-11-19
1,258 reads
Throughout the week, I like to tweet links to the things that I’ve been reading. Since they all come out through out...
2012-11-19
565 reads
No major updates at the moment. I still haven’t played with remoting through PowerShell. I’m just living with it.
Had an...
2012-11-19
993 reads
This post is part of a blog series which focuses on translating compatibility views in SQL Server to their respective...
2012-11-19
705 reads
This post is part of a blog series which focuses on translating compatibility views in SQL Server to their respective...
2012-11-19
967 reads
Again, frustration.
After almost breaking my arm patting myself on the back getting past my last SAP BW issue I found that...
2012-11-19
1,184 reads
Upgrading fulltext data from a SQL Server 2005 database to SQL Server 2012 is to restore a full database backup...
2012-11-19
2,620 reads
You are moving along, doing good work, maintaining a steady pace. All seems to be going well for you. Then...
2012-11-19
667 reads
Reading tutorials is fine. Shipping something is better. If you are trying to break...
By Steve Jones
We work hard at Redgate, though with a good work-life balance. One interesting observation...
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
Comments posted to this topic are about the item Liability for AI Errors
Hello , I would like to run a stored procedure on a secondary replica...
Comments posted to this topic are about the item Pro SQL Server Internals
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