Viewing 15 posts - 1,036 through 1,050 (of 2,897 total)
iyyappan.murugappan (2/13/2011)
Thanks for your suggestion, But I already tried Red Gate some time back. I dropped this software due to following issues.
01. Not able to restore if the...
February 14, 2011 at 1:07 pm
No one here knows what questions an interviewer will ask, so getting a list of questions may not be of much help anyway. Also, answers to any questions can vary...
February 14, 2011 at 12:29 pm
I think your backups will be smaller just from deleting the data, so maybe the shrink won't make any difference to backup size.
February 14, 2011 at 10:14 am
Is this an expected situation when changing the SQL Service account ?
Or did I do something wrong initially ?
I'd like to avoid any problems when I do the production servers.
February 14, 2011 at 8:25 am
Most of my databases are "normal" and are up to 200 gig, but I have one that is 1.2 Terebytes and contains 90% image data. (Voice recording migrated from...
February 14, 2011 at 7:16 am
I was tempted to choose the wrong answer on purpose just for fun, but I have enough wrong answers already !
February 14, 2011 at 7:13 am
Which options (if any) are typically used with checkdb as part of normal database admin work, not in a corruption situation ?
February 13, 2011 at 7:20 pm
How would that help ? Isn't that for renaming the server ?
I just changed the Service account to LocalSystem, restarted, changed to my new SQL Service Account, restarted, and...
February 10, 2011 at 10:07 am
Do you also have SQL 2008 on the same server ?
Another thread suggests that might be a problem with maint plans .... just a guess
http://www.sqlservercentral.com/Forums/Topic1052208-357-1.aspx
February 10, 2011 at 8:27 am
Something like this ? This assumes you don't clear your full backup history from msdb. This shows the average backup size per month. You can extrapolate actual database size.
select...
February 10, 2011 at 8:18 am
You can use variables in dynamic SQL. Here's a snippet:
SET @Cmd = 'BCP "SELECT * FROM ' + DB_NAME() + '.dbo.MyTable" queryout "' + @Folder +...
February 9, 2011 at 7:46 am
SKYBVI (2/8/2011)
I am the only guy who does the backup so im pretty sure that the backups are...
February 8, 2011 at 9:18 am
Can you post the exact message ?
Do you mean the SQL services stopped, or the entire server shut down ?
February 7, 2011 at 10:49 am
loki1049 (2/4/2011)
February 5, 2011 at 6:15 am
Run your query to find the # of days and put that in a variable:
set @NumberOfDays = QueryGoesHere
if NumberOfDays >= 2
then
send email
February 5, 2011 at 6:07 am
Viewing 15 posts - 1,036 through 1,050 (of 2,897 total)