Viewing 15 posts - 1 through 15 (of 30 total)
Awesome GS thank you for the post very good info.
February 17, 2012 at 9:34 am
Most likely i would have Powershell control it and call a SP in SQL kinda of the best of both worlds. My job is more sys admin than DBA and...
February 16, 2012 at 3:37 pm
Jeff Moden (2/16/2012)
cw.izatt (2/16/2012)
Why not? SQL is perfectly capable of handling it and if it is a dedicated SQL Server it is probably the best tool to use.
After thinking...
February 16, 2012 at 3:20 pm
First question, What account does it run under when scheduled? any ideas on what piece is failing? My thought is that it is a permission issue and that is why...
February 16, 2012 at 9:55 am
Why not? SQL is perfectly capable of handling it and if it is a dedicated SQL Server it is probably the best tool to use.
After thinking about it either...
February 16, 2012 at 9:32 am
Please give more info, but why would you use a loop for something like that?
February 16, 2012 at 8:45 am
I agree with above, why handle all of that inside SQL?
February 16, 2012 at 8:42 am
Jeff Moden (1/9/2012)
Did you actually check for an absence of FKs or just an absence of PKs? I ask because UNIQUE constraints will suffice for the instantiation of...
February 13, 2012 at 1:52 pm
I will give a really good example: we recently installed imaging software from one of our vendors and when i was trying to check to make sure all of our...
January 9, 2012 at 8:02 am
Just as a note, make sure you spec out the server for growth meaning don't short your self on spindles and ram you might need a year from now.
January 9, 2012 at 7:54 am
I will add I am new to SQL and been at my sys admin job for over a year now and I have full control over our databases. I am...
January 3, 2012 at 10:22 am
Lowell (6/23/2011)
your original table definition that you posted is missing two columns that appear in your data, country, and...
June 23, 2011 at 12:54 pm
Welsh Corgi (6/23/2011)
dji (6/23/2011)
The SSIS method would require learning a whole new language by the sounds of things? My only experience with SSIS is through the wizard which offers no...
June 23, 2011 at 11:19 am
Viewing 15 posts - 1 through 15 (of 30 total)