Viewing 15 posts - 2,431 through 2,445 (of 2,647 total)
Sean Lange (10/12/2011)
MysteryJimbo (10/12/2011)
Sean Lange (10/12/2011)
I wouldn't argue the rationale for using NOLOCK as a routine hint for queries but I would say that performance IS the reason your shop...
October 12, 2011 at 1:11 pm
CheeseheadDBA (10/12/2011)
SELECT @sqlCMD = 'USE [' + @databaseNm + '];
INSERT INTO #tmpOrphanUsers (dropCmdTxt, Completed)
SELECT '+''''+ 'USE...
October 12, 2011 at 12:33 pm
Rob-350472 (10/12/2011)
It sounds...
October 12, 2011 at 10:14 am
Look... The reality here is that this is small potatoes compared to what the BSA or Microsoft is looking for. IF and I mean a big IF Microsoft suspected a...
October 12, 2011 at 10:09 am
MysteryJimbo (10/12/2011)
Ninja's_RGR'us (10/12/2011)
Once you tell them...
October 12, 2011 at 10:04 am
Lynn Pettis (10/12/2011)
October 12, 2011 at 9:38 am
It sounds to me like since these are not being used in any disaster recovery or production use, you are fine. Fundamentally, you are using these snapshots for development...
October 12, 2011 at 9:29 am
Here is a link to Microsoft's Quick Reference Licensing guide. This was very helpful to me when proving to my employers that we needed a separate license for Reporting services...
October 12, 2011 at 9:25 am
What I am asking is if the columns from that file that you need (assuming that you only need a subset) change names every time. If the names of the...
October 12, 2011 at 7:34 am
Sean Lange (10/11/2011)
jared-709193 (10/11/2011)
Sean Lange (10/11/2011)
October 11, 2011 at 9:48 am
Sean Lange (10/11/2011)
October 11, 2011 at 9:31 am
SQL Server has some tools for you and depending on what your requirements are and what edition you have, these can be very useful (CDC is only available on Enterprise):
http://msdn.microsoft.com/en-us/library/cc280519.aspx
Thanks,
Jared
October 11, 2011 at 8:45 am
Are the column headers of the file for the columns that you need consistent? I must ask though, why is the file format changing. Can you ask for...
October 11, 2011 at 8:43 am
What edition of SQL Server 2008 are you running?
Thanks,
Jared
October 11, 2011 at 8:39 am
J Livingston SQL (10/10/2011)
Tom Bakerman (10/10/2011)
The result for the current month is MTD (GETDATE()). The count for previous...
October 10, 2011 at 12:55 pm
Viewing 15 posts - 2,431 through 2,445 (of 2,647 total)