Viewing 15 posts - 361 through 375 (of 381 total)
Also, here was a post just today on defragmentation. Just a nice read.
http://www.sqlservercentral.com/Forums/Topic561679-146-1.aspx
September 2, 2008 at 9:51 pm
Easiest way I can think of is a Job. Expand the menu for SQL Server Agent on the left side. Jobs are one of the folders below that....
September 2, 2008 at 9:47 pm
Well depending upon the level of fragmentation, you can either Reorganize or Rebuild an Index. Check out books online under 'Detecting Defragmentation' and 'Rebuild Index'.
Hope that helps.
September 2, 2008 at 9:42 pm
Will it help me find a partner who like cursors as much as I do? I don't think I could date anyone else! 😀
September 2, 2008 at 9:20 pm
Did you try to Export Wizard? Right click on the database, select Task, then export data. Walk through the steps. I believe it gives you an option...
September 2, 2008 at 9:17 pm
Sorry, meant that you don't have to have the same hardware/software. 😀
Fraggle
September 2, 2008 at 8:55 pm
I am about 95% certain that you have to have the same hardware/software running on the servers.
However, it would be a little silly not to. The whole...
September 2, 2008 at 8:54 pm
What are you doing with the file when you have passed it into the stored proc?
August 31, 2008 at 7:09 pm
Or just spend $40-50 bucks and get SQL Server Developer Edition. The developer edition gives you all of the power of the Enterprise Edition, which is what you large...
August 31, 2008 at 7:04 pm
Renuka is correct, although I didn't know it when I wrote the last message.
To setup a Job in SQL Server, you need to expand the Management folder in SQL...
August 31, 2008 at 10:36 am
I am not sure how you are doing this update process now, but if it were me, I would setup an SSIS package to do the data migration, and then...
August 30, 2008 at 9:21 pm
You may also want to check that when you created the queue that the max_queue_reader is set to something greater than 0. I cannot remember what it defaults to,...
August 30, 2008 at 9:06 pm
Are there any error messages? Can you give us any other details about the failure? Is is possible that you ran out of space?
August 30, 2008 at 10:26 am
When you say that you are not getting the correct data after the insert, what do you mean? Do you mean that you are able to decrypt the data,...
August 29, 2008 at 2:06 pm
Log shipping is a high availablity method. Essentially, you continually run log backup at specified intervals on you primary server and then recover those logs automatically on the secondary...
August 29, 2008 at 1:57 pm
Viewing 15 posts - 361 through 375 (of 381 total)