Viewing 15 posts - 24,901 through 24,915 (of 26,484 total)
As the question specificaly mentioned SQL Server 2005, you could queue up a COPY_ONLY backup to start when the scheduled backup finished. This copy_only backup would not distrupt the...
April 11, 2008 at 1:58 pm
Hopefully you included the norecovery option in the restore of the full backup. if not, you will have to redo the restore of the full backup.
How many transaction log...
April 7, 2008 at 2:28 pm
Just one last question, based on the sample data provided, what is your expected output?
😎
April 7, 2008 at 2:25 pm
Lubo Petrov (4/7/2008)
properties of trn file created March 26 at 12:00:22 AM Modified at 12:01:27 AM
I'm want...
April 7, 2008 at 2:04 pm
roy.tollison (4/7/2008)
select * from table1
where ((col1+col2+col3) in (select (col1+col2+col3) from table2))
my col3 unfortunately contains the apostrophe. how can i get it to work correctly?
have you tried this:
select
...
April 7, 2008 at 2:00 pm
From what I can tell, then the only option short of sysadmin is the dbcreator fixed server role. This would allow them to create new databases, but also to...
April 7, 2008 at 1:28 pm
Looks like you'd have to assign them to db_owner in those databases that you want them to have backup and restore rights. If you only want to give the...
April 7, 2008 at 12:56 pm
I agree with with Matt. We just had an on-site instructor out here for a week, and we had him totally skip the Notifications part of the class just...
April 7, 2008 at 12:49 pm
GSquared (4/7/2008)
if (select Col1 from dbo.Table where id...
April 7, 2008 at 12:30 pm
We use an Execute Process Task to zip a set of txt files before they are transferred to a MSP. The attached document shows how we have setup the...
April 7, 2008 at 12:13 pm
Jack Corbett (4/7/2008)
A software development acronym for Quick Fix Engineering. This is the Microsoft and Intel term for a hotfix
ASP - Active Server Pages
Yes it means that there...
April 7, 2008 at 11:29 am
Okay, I'm old and really tired of all the TLA's everyone throws around under the assumtion that we all remember what they are (for example what is ASP, and there...
April 7, 2008 at 10:15 am
Sounds like a scheduled job to me. I'd encapsulate the process in a stored proc, and then execute the proc in a scheduled job.
😎
April 4, 2008 at 2:26 pm
Earlier today my BufferHitCacheRation was down to an average 75 for a good 30 minutes, and the alert never fired.
We did find the solution to our slow PO performance issue;...
April 4, 2008 at 1:42 pm
I'd actually have to agree that all 4 are correct. I left out 10^24 as I didn't realize that 10^24 = 1000^8. I based my answer on the...
April 4, 2008 at 1:06 pm
Viewing 15 posts - 24,901 through 24,915 (of 26,484 total)