Viewing 15 posts - 61 through 75 (of 162 total)
Interesting to see in action that uncommitted transactions still affect the identity values. Nice.
September 29, 2010 at 2:55 am
We use LogShipping as part of DR running SQL 2K8. There have been rumblings from some quaters to use filestreaming for document storage. If so, then having read this post...
September 28, 2010 at 8:37 am
Good question, nice and easy. I like them ones 🙂
September 28, 2010 at 5:04 am
Check that you have Remote Procedure Calls enabled in your linked server properties. In SSMS, expand Server -> Server Objects ->Linked Servers -> Right Click on your linked server and...
September 10, 2010 at 4:13 am
What if you have numerous employees with (for example) the first name of "steve" in both tables? Any join on part of a string (or substring) is going to bring...
September 9, 2010 at 5:34 am
What was the rest of the error msg? Check you have enabled sql to allow remote connections, and check the configuration manager has the tcp/ip, shared memory, and named pipes...
September 8, 2010 at 7:19 am
Great stuff. Looking forward to part 2 on Thursday.
September 7, 2010 at 1:23 pm
Can you fire the Job in day time and run a trace at the same time to see what's happening?
September 6, 2010 at 5:52 am
You create a clustered index in the same way you create a non clustered index. But you need to be aware of the differences between them (there are plenty of...
September 6, 2010 at 4:54 am
In server properties -> Connections, look for "Require Distributed Transactions for server to server communication" and enable (on both servers)
September 2, 2010 at 9:02 am
If no records is found based on your WHERE clause, you'll get a null value. But as stated above, do a select / print on that variable afterwards to confirm
September 2, 2010 at 8:16 am
Viewing 15 posts - 61 through 75 (of 162 total)