Viewing 15 posts - 736 through 750 (of 928 total)
Log shipping can only be used against a database that has Full or Bulk-logged recovery. The recovery model for most of the system databases is Simple (see BOL - Recovery...
September 30, 2010 at 1:17 am
Not exactly what you are looking for, but the following code can be used as a starting point.
I came across this code in SSC some time ago - it shows...
September 20, 2010 at 3:57 am
Vasudev Tantry (9/9/2010)
SELECT dbo.cardholder.c_fname AS [First Name], dbo.cardholder.c_lname AS [Last Name], dbo.cardholder.c_nick_name AS [Emp Id],
...
September 9, 2010 at 7:10 am
Apparently tomorrow will be the 65th anniversary of the first computer bug:
http://www.history.navy.mil/photos/images/h96000/h96566kc.htm
From that point on all developers had a job for life.
September 8, 2010 at 3:03 am
THE-FHA (9/7/2010)
I need the Syntax.
Lets say i want to set isolation for read commited snapshot ON. how do i go...
September 7, 2010 at 2:13 am
I rarely rate a subject, but this one deserves it in my opinion, in order to draw people's attention to it. I think everyone should know how SQL Injection works...
September 7, 2010 at 1:58 am
THE-FHA (9/7/2010)
I havde a Db that i have been requested ot enable read Isolation on it.What's the command for doing that?
If you're referring to the Isolation Levels for SQL...
September 7, 2010 at 1:48 am
Was August the month for SHRINKDATABASE and SHRINKFILE? The forums appeared to have these through them like a stick of sea-side rock for the past month.
I'm surprised Gail's link about...
September 1, 2010 at 3:09 am
Paul White NZ (8/25/2010)
Made me think of the new Air New Zealand safety video:
My wife is suddenly more interested in our flight out there in February and wants to know...
August 26, 2010 at 1:25 am
vamshi.sql (8/23/2010)
Can any one clarify what will happen when we execute the below query..
USE DatabaseName
GO
DBCC SHRINKFILE(<TransactionLogName>, 1)
BACKUP LOG <DatabaseName> WITH TRUNCATE_ONLY
DBCC SHRINKFILE(<TransactionLogName>, 1)
GO
Is there any possibilities to loss some...
August 23, 2010 at 3:26 am
Lowell, a better explanation than I was trying to put together.
Where I work now its 'CAST(CONVERT' everywhere where a date comparison is required. It's a pet project of mine to...
August 19, 2010 at 5:53 am
GetDate also returns the time, would that be the cause of your problem?
August 19, 2010 at 5:38 am
The people that have asked you to do this are going to have to understand that in your situation you'll need time to learn and practice these things.
A description of...
August 10, 2010 at 4:30 am
webmaster 27466 (8/10/2010)
He just up and left.Now I am stuck with what I've been left to work with.
Webmaster, I did you a disservice - I assumed you were one of...
August 10, 2010 at 3:04 am
Dave Ballantyne (8/10/2010)
Network Security Admin ?
That sounds plausible, thank you.
BrainDonor.
August 10, 2010 at 2:46 am
Viewing 15 posts - 736 through 750 (of 928 total)