Viewing 15 posts - 21,331 through 21,345 (of 39,831 total)
Speaking of funny looking, I got a "twas the night before Christmas" for next Thursday. I now need to go find an ugly Christmas sweater and a Santa hat.
December 16, 2009 at 9:07 am
I assume you've been through the "What's New"? http://msdn.microsoft.com/en-us/library/bb386063.aspx
Fundamentally I'm not sure there are things you "need" in VS 2008. You could get a trial and see if you see...
December 16, 2009 at 9:05 am
Sorry, Bru, I removed the other post. I'll edit yours.
The DTC service ensures that a transaction that crosses two servers, say an insert, actually completes on both servers. There are...
December 16, 2009 at 9:00 am
An ER diagram is typically built to show the relationships in the tables. If you have those tables, those are what would appear in the ER diagram and be related...
December 16, 2009 at 8:58 am
Log shipping is strictly a
- log backup
- network file copy
- log restore
While SQL Server can secure communications, it doesn't secure the file copy. That's a windows function. You'd need to...
December 16, 2009 at 8:53 am
A DDL trigger will grab things, but here's a problem. If you store this in the db, once the user has sysadmin, they can erase their tracks.
If you trigger on...
December 16, 2009 at 8:48 am
Data compression white paper: http://msdn.microsoft.com/en-us/library/dd894051.aspx
The compression applies to structures coming off disk, and in memory in some cases, so it can increase the IO rates that you appear to get.
December 16, 2009 at 8:47 am
You'd have to scan all databases for login mappings and then look for something that didn't have a match. I might create a table, load in matches from each database...
December 16, 2009 at 8:44 am
If this is homework/exam question, you need to do some more work, or show us what you think needs to happen to answer the question. We are happy to help...
December 16, 2009 at 8:43 am
If you show some code, or what you're trying to do, we could help.
December 16, 2009 at 8:42 am
If you're moving to 2008 on the database, I think that you might want to use VS2008, only so that you don't find something that would work well in the...
December 16, 2009 at 8:41 am
No real disadvantage for using the max.
Text/ntext/image are deprecated and will be removed in the next version or two.
December 16, 2009 at 8:39 am
Books Online, maximum capacity specifications: http://msdn.microsoft.com/en-us/library/ms143432.aspx
December 16, 2009 at 8:38 am
You'll need accounts in those domains with any tool. They will all require authentication. Without a trust, you'll just need to supply domain\user credentials in the other domains.
December 16, 2009 at 8:35 am
Assuming those commands are proper for PuTTY, I think the problem is that PuTTY doesn't take separate commands from the command line. Once you invoke putty, you're in it's shell,...
December 15, 2009 at 8:01 pm
Viewing 15 posts - 21,331 through 21,345 (of 39,831 total)