Viewing 15 posts - 24,601 through 24,615 (of 39,818 total)
http://www.sqlservercentral.com/scripts/Miscellaneous/30931/
Read in here about cross tabs.
You do need a crosstab, though if there are potentially lots of entries you are going to have an ugly query and potentially a report...
March 26, 2009 at 2:41 pm
We can't really teach you enough for an interview, nor are we interested in having you try to show more knowledge than you have.
Be honest that you don't know answers....
March 26, 2009 at 2:40 pm
I'd use a DDL trigger, capture the drop user from production and build a script to run on the warm server.
March 26, 2009 at 2:39 pm
Sorry, these aren't published yet. I don't have a good way to get the poll set prior to publishing other than put it out there.
Patience.
March 26, 2009 at 2:21 pm
I still think tape is cheaper for any type of off-site, archival mechanism. Perhaps HDDs can fit, but most places I know can't get all their backups off to disk,...
March 26, 2009 at 12:12 pm
Nope, no more contests. They're a pain, and honestly we found a few people are excited and work hard to win, so the same people show up over and...
March 26, 2009 at 11:43 am
Tape allows for a disconnected medium that isn't active. Moving to disk, often means that you have a process there. you could make this offsite, and offline, but then you...
March 26, 2009 at 9:32 am
blandry (3/26/2009)
What we need are much more stringent legal avenues to meet this problem. This is just the sad reality of it.
Here, here. Let some of these...
March 26, 2009 at 9:24 am
You'd think there was a way, but there isn't. Gail's suggestion of SSIS is the best way to move to a lower version.
March 26, 2009 at 9:18 am
Logins do not transfer to a user database. They exist only in master. The task will work to the mirror server as the logins move to the master database.
Users are...
March 26, 2009 at 9:17 am
I'm confused.
If you set up connections to SQL from a client with ODBC, you don't have failover. You need SNAC (native client).
From the server, for mirroring, the failover depends on...
March 26, 2009 at 9:16 am
George,
I think most people handle it like other DR stuff. They reinstall SQL (have to know the version + SP + hotfix) on the new server and then point things...
March 26, 2009 at 9:03 am
You should read about how logs work in SQL Server so that you understand what is wrong.
A full or diff backup does not clear space from the log. Only a...
March 26, 2009 at 9:00 am
Viewing 15 posts - 24,601 through 24,615 (of 39,818 total)