Viewing 15 posts - 91 through 105 (of 190 total)
Lowell (9/1/2010)
i would restore a master database as a user db so i could extract logins, if they...
October 22, 2010 at 1:38 pm
GilaMonster (10/22/2010)
Correct. No full backup (with or without copy_only) breaks the log chain.
Gail, I am confused here.
For example, from FULL BAKCUP A to FULL BACKUP B, we have a log...
October 22, 2010 at 1:28 pm
What kind of issues you got from MP?
I have been using MP for at least 3years. So far so good. (Here, I mean BACKUP only, not for others maintenance jobs.)
(The...
October 22, 2010 at 11:39 am
Thanks, GSquared .
I got it figured out. Yes, it is trying to connect another server. After I modified the linked server security, the error is gone.
Cheers.
October 20, 2010 at 2:02 pm
Is this what you asked for?
SELECT SUBSTRING(@name, 1, CHARINDEX('-', @name) -1)
OR
SELECT LEFT(@name, CHARINDEX('-', @name) -1)
October 18, 2010 at 1:50 pm
1st, using the following script to move model and msdb to destination:
--- Moving msdb
alter database msdb modify file (name = MSDBData, filename = 'X:\MSSQL\DATA\MSDBData.mdf')
go
alter database msdb modify file (name =...
October 18, 2010 at 9:56 am
Error log should have an entry for DBCC FREE...CACHE
October 15, 2010 at 2:26 pm
When you say this is the Production Support team, what exactly do you mean? Are they DBA's or System Admins? If they are only system admins and shouldn't be able...
October 14, 2010 at 2:54 pm
Since your 'HEAP' table has 57GB on disk, your 'Cluster indexed' table should have almost the same size on the disk.
September 29, 2010 at 11:52 am
Coop (10/28/2008)
Do you know how to get the last datetime of SQL replication? Thank you!
Not sure what you asked.
There are several _history tables in distribution db, like, MSdistribution_history, MSlogreader_history, etc......
October 30, 2008 at 12:35 pm
1. Make the remote folder shared, and make sure the SQL Server Agent has write-permission on that folder. (Maint plan can't see the remote shared folder. You have to input...
October 6, 2008 at 12:21 pm
sql_er (10/2/2008)
I just tried this query and it returned nothing.I'm also curious about something else: Since administrators have privileges to everything, should all admin users be returned in this query?
I...
October 2, 2008 at 3:16 pm
Viewing 15 posts - 91 through 105 (of 190 total)