Viewing 15 posts - 106 through 120 (of 156 total)
Can i use SSIS if I need to migrate from SQL 2000 to SQL 2005?
I thought only DTS is the solution for this because the source database is on...
October 5, 2011 at 5:49 am
Steve Fibich (9/16/2011)
Maybe I don't understand your question, are you sure you want to use BCP for migration? How about creating a backup the current version of the database...
September 16, 2011 at 2:02 pm
Welsh Corgi (9/13/2011)
BCP OUT to the local Server.Compress the file and copy to the destination server.
Uncompress the file.
BCP IN to the destination server.
Thanks Welsh.
September 13, 2011 at 12:08 pm
Jeff Moden (9/12/2011)
sunny.tjk (9/12/2011)
sqlbuddy123 (9/11/2011)
...
September 13, 2011 at 10:15 am
sqlbuddy123 (9/11/2011)
...
September 12, 2011 at 2:16 pm
sqlbuddy123 (9/11/2011)
...
September 12, 2011 at 9:56 am
Welsh Corgi (9/8/2011)
I did this a few times when this was not an option but...
September 11, 2011 at 7:57 pm
sqlbuddy123 (9/11/2011)
September 11, 2011 at 7:46 pm
GilaMonster (8/26/2011)
sunny.tjk (8/26/2011)
GilaMonster (8/24/2011)
Run DBCC UpdateUsageThis DB has been upgraded from SQL 2000?
Sorry, I just have read permissions to the database.
So ask someone who has rights to run it
No, the...
August 26, 2011 at 1:39 pm
GilaMonster (8/24/2011)
Run DBCC UpdateUsageThis DB has been upgraded from SQL 2000?
Sorry, I just have read permissions to the database.
No, the database hasn't been upgraded yet.
August 26, 2011 at 1:08 pm
SQLRNNR (8/23/2011)
What kind of indexes do you have on that table?Also, you have by chance shrunk the database recently have you?
Both Clustered and Non clustured.
August 26, 2011 at 1:07 pm
Jeff Moden (8/23/2011)
sunny.tjk (8/23/2011)
My read permissions won't let me do that.
Why not write a view and submit it to the folks asking you to do the job so they can...
August 23, 2011 at 10:25 pm
My read permissions won't let me do that.
Would it be possible to write a query to push the results of sp_spaceused into a temp table? If yes, can someone...
August 23, 2011 at 2:34 pm
Forgot to ask one last question:
Is it necessary to run any kind of maintenance jobs on static databases? These static databases will not be marked read-only.
August 23, 2011 at 1:11 pm
That answers my question. Thanks Gail.
August 23, 2011 at 12:54 pm
Viewing 15 posts - 106 through 120 (of 156 total)