Viewing 15 posts - 8,191 through 8,205 (of 9,713 total)
Darren Wallace (11/20/2009)
November 20, 2009 at 11:54 am
BackupGuy (11/20/2009)
Reality is that there are several other SQL engines that run just fine on the Windows platform and don't necessarily require AD domain authentication, although, most support it.
I won't...
November 20, 2009 at 11:49 am
BackupGuy (11/20/2009)
November 20, 2009 at 5:19 am
Maybe I'm smoking something, but isn't SQL Server--and many things it now does--so tightly integrated into the OS that if Windows Authentication were removeable, it would break most of SQL...
November 20, 2009 at 5:09 am
Thanks, Garadin, for both the response and the test code. It's appreciated.
November 20, 2009 at 4:47 am
Microsoft has responded to that feedback thread with a request for more information. Were you the one who posted it?
November 20, 2009 at 4:11 am
briansalentine (11/19/2009)
November 19, 2009 at 10:47 am
This topic is also for those of us serving in the "Jack-of-All-DBA-Jobs" role. @=)
November 19, 2009 at 10:43 am
And if this sort of thing will happen more than once, consider storing your .mdf and .ldf names in a table on a database that doesn't tend to get moved....
November 18, 2009 at 1:14 pm
Sorry, GSquared. I have an anti-ditto (of a sort) to your list.
RE: Indexing. Yes, index. But don't OVER index.
Pet Peeve = developers add an index to an existing table just...
November 18, 2009 at 8:49 am
Ah, I misunderstood your post.
Good luck with the battle.
November 5, 2009 at 7:44 am
If you're the network tech, why are you responsible for the log shipping? I would think that it (and testing backup software) would be the responsibility of the DBA team.
Unless...
November 5, 2009 at 7:01 am
First look up CREATE LOGIN, CREATE USER and sp_addrolemember in BOL (Books Online). This will give you all the syntax you need.
Dynamic SQL is the act of putting SQL...
November 5, 2009 at 6:34 am
The problems with any backup tool is that if it breaks or you lose your license, you have all these backups you may not be able to restore if the...
November 5, 2009 at 6:28 am
Viewing 15 posts - 8,191 through 8,205 (of 9,713 total)