Viewing 15 posts - 436 through 450 (of 1,335 total)
If you don't want that database in dev machine the easiest way is to detch in dev insance and attach in prod. Else take a back and restore in prod...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 7:32 am
What is the size of model database? Also check if there are any procedures running with hash table being called.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 7:23 am
I meant have the database @ server a and install the report server components and the report server website directories @ server b. I hope i have explained what you...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 6:54 am
Can you post us the error that you get while running the MP.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 6:35 am
When i meant by windows native backups i mean that use the ntbackup utility to backup the OS files to the tape so that you can restore them. Veritas backup...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 6:18 am
Check the size of the log file.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 6:16 am
Yes temp table. But suggest to properly index them on creation so that they does not hit your query performance.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 6:15 am
I too am interested in knowing this the old licensing method in control panel does not seem to appear in sql 2005.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 5:30 am
I don't think so you can set timeout at DTS level you have to set it @ the server level.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 5:18 am
You will not be able to restore log backup for master database btw you would not be able to back them up too. how did you take a log backup...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 4:28 am
I am not sure if i understood your question correctly. But
1. If you are taking the database files to tape without taking a db backup then you might need the...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 4:25 am
Also set up and alert when the sql service goes down so that you know your service is down and can do something
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 4:13 am
What is the RDBMS that you want to link to. IF DB2/ORACLE you need to have client compenents installed. IF sql server then you can use sql native client to...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 4:11 am
Now drop the logn and recreate it using SSMS and then grant access to the database and try logging into the server using that login
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 4:09 am
backup log dbname with truncate_only
go
dbcc shrinkfile(logfilename,100)
check if this helps.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 19, 2007 at 4:04 am
Viewing 15 posts - 436 through 450 (of 1,335 total)