Viewing 15 posts - 751 through 765 (of 3,011 total)
temitaio (8/15/2011)
Incorrect syntax near '='."
ALTER TABLE <TableName> ADD CONSTRAINT <NameOfConstraint>...
August 15, 2011 at 10:50 am
Revenant (8/11/2011)
What's an interview question that has thrown me for a loop?"I see that you have lots of strong points. Can you give me one of your weaknesses?"...
"I get very...
August 12, 2011 at 3:42 pm
sunny.tjk (8/10/2011)
Michael Valentine Jones (8/10/2011)
http://msdn.microsoft.com/en-us/library/ms189940.aspx
"A SELECT statement that is executed on a database snapshot must not specify a FILESTREAM column;...
August 10, 2011 at 3:17 pm
Is it possible that your database is actually a database snapshot?
http://msdn.microsoft.com/en-us/library/ms189940.aspx
"A SELECT statement that is executed on a database snapshot must not specify a FILESTREAM column; otherwise, the following error...
August 10, 2011 at 2:16 pm
srinath.vanama (8/9/2011)
1) Backup encryption is possible.
2) Data compression and Resource governor.
3) Installation improvements. Disk images and service pack uninstall options.
4) TDE(transparent Data Encryption) Ability to encrypt entire...
August 9, 2011 at 2:27 pm
solomon.jernas (8/9/2011)
HI,How to check last modified partiulare stored procdure?
Any t-sql query ..?
Please anyone help me?
Check the history in your source control system?
August 9, 2011 at 1:45 pm
I would only go that way if I was absolutly sure that a single shared database at one site would not be practical.
August 2, 2011 at 7:49 am
I think an index on that column would be fairly worthless, since it is in MM/DD/YYYY format. The only thing it would be any use for is a direct...
July 28, 2011 at 2:27 pm
I have had people on my team that are full time work from home for the last 10 years, and I am happy with the situation.
We are considering and probably...
July 28, 2011 at 7:22 am
We use SQL Server as our database platform, but still have other RDMS in use because they came embedded in software packages.
I know we have Oracle, SYBASE, MySQL, Informix, and...
July 22, 2011 at 10:42 am
##temp tables are created in tempdb, just like #temp tables.
I recommend that you avoid ##temp tables whenever you can, and only create them when there is no other way to...
July 22, 2011 at 8:12 am
I am not a fan of direct-to-tape database backups using Backup Exec, ArcServe or other SQL Server backup agents for several reasons:
1. The tape drive is usually a shared resource,...
July 22, 2011 at 8:00 am
This will tell you the space used inside all database files, and much more.
Get Server Database File Information
July 21, 2011 at 3:30 pm
Viewing 15 posts - 751 through 765 (of 3,011 total)