Viewing 15 posts - 1,336 through 1,350 (of 4,745 total)
these queries tell you which databases are consuming most memory in the buffer cache and then you can drill down to which objects in that database are using the most...
December 2, 2011 at 9:52 am
1/2 each - final offer.
December 2, 2011 at 8:25 am
oh yes.... a point to me I do believe 😉
December 2, 2011 at 8:18 am
Suresh B. (12/1/2011)
COPY_ONLY does not break the log chain.So if you have log shipping configured, you can use COPY_ONLY option to take a full database backup of testing, etc.
full...
December 1, 2011 at 5:00 am
It has to run as SQL in the database engine eventually so yes I would run profiler which will show exactly what was run and can also trap errors.
As it...
November 30, 2011 at 10:37 am
Incorrect syntax near '?'.
thats an invalid character. some error in the display. Remove all of them
November 30, 2011 at 10:08 am
So you are booting from SAN? thats probably the best way to leverage SAN replication.
From the SQL side there should be NOTHING to do, should all just work once the...
November 29, 2011 at 3:08 pm
IF the metadata about the databases exist in the system databases on the DR server, they should be usable.
I strongly suggest you set up a test environment and practice the...
November 29, 2011 at 2:40 pm
Its going to depend on your SAN vendor, the OS you are running and which databases you are replicating (are you doing the system databases?)
Once the steps are done that...
November 29, 2011 at 1:56 pm
dbcc inputbuffer won't neccessarily tell you the actual sql running at the time you run it, try this query:
--How to isolate the current running commands in SQL Server. This query...
November 29, 2011 at 5:36 am
As its a test server and backup space on the backup drive is an issue I would keep the db in simple mode and take a differential backup post the...
November 29, 2011 at 1:41 am
posts crossed - in case you miss it
if you want to save space on your backup drive, after switching back to full, take a differential backup and then start your...
November 28, 2011 at 2:19 pm
if you want to save space on your backup drive, after switching back to full, take a differential backup and then start your log backups again
November 28, 2011 at 2:16 pm
thread more than a year old!
November 28, 2011 at 5:18 am
Viewing 15 posts - 1,336 through 1,350 (of 4,745 total)