SQL Saturday 56 Dallas (BI Edition) - Recap
This past Saturday, our NTSSUG group hosted SQL Saturday 56, which was our second SQL Saturday of the year. This...
2010-10-26
1,051 reads
This past Saturday, our NTSSUG group hosted SQL Saturday 56, which was our second SQL Saturday of the year. This...
2010-10-26
1,051 reads
The PASS Summit is just around the corner, less than a month away. Although I’m not presenting a session at...
2010-10-19
592 reads
I spent this past weekend traveling to and attending SQL Saturday Colorado in the outskirts of Denver. This was the...
2010-09-30
2,939 reads
Though things have died down a bit since the initial backlash, the recent development in the PASS board election process...
2010-09-14
705 reads
I’ve fielded a number of requests recently asking how to interrogate a file within SSIS and change the processing rules...
2010-08-23
23,012 reads
Last weekend I went to Baton Rouge (by way of New Orleans) to attend and speak at the second annual...
2010-08-21
1,078 reads
Unless you’ve spent the last two days hiding under a rock, you’ve heard the uproar around this week’s development in...
2010-08-19
789 reads
First, apologies to those of you outside the Dallas-Ft. Worth metro area… I’ve backed off from using my blog as...
2010-08-17
609 reads
The second annual SQL Saturday Baton Rouge event is coming up in less than two weeks! Have you registered?
I’m honored...
2010-08-02
608 reads
There are some questions that can’t necessarily be answered in a book or a training video. Those are often the...
2010-08-02
599 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