Viewing 15 posts - 1,591 through 1,605 (of 5,103 total)
I don't think there is a lookup table that you can query directly on SQL Server.
the description of the levels is actually in BOL
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/sqlerrm9/html/3e7f5925-6edd-42e1-bf17-f7deb03993a7.htm
I know this is not good news...
September 27, 2007 at 11:48 am
I have always done *many* unanticipated activities for the benefit of the company I work for but it has always been as temporary basis. This situation should never be unbalanced...
September 27, 2007 at 11:19 am
Paul Stasny (9/26/2007)
I'm a little new to this and could use some help
I have a database where several tables have a column called FilterNumber (about 35 Tables). Not all tables...
September 26, 2007 at 4:44 pm
Here is an example:
http://www.simple-talk.com/sql/learn-sql-server/pop-rivetts-sql-server-faq/
September 26, 2007 at 3:08 pm
2005 solved that problem ...
September 26, 2007 at 3:03 pm
Jo Pattyn (9/26/2007)
in addition I would also export it to some text file(s) in case future sql versions won't support the old database format
wow I have never thought of that......
September 26, 2007 at 3:02 pm
Brian Fischer (9/25/2007)
September 26, 2007 at 2:03 pm
it is a bad Idea to MIX old syntax with ANSI joins.
September 26, 2007 at 1:50 pm
Have a look at sp_executesql
September 26, 2007 at 1:48 pm
Mark Shvarts (9/26/2007)
While your solution looks interesting, I copied it but I still get only one result set, while I need both.
If I try to add select *...
September 26, 2007 at 1:35 pm
There is a BEGINNERS section for these kind of questions.
September 26, 2007 at 12:52 pm
http://www.databasejournal.com/features/mssql/article.php/3331881
I don't know what happen use Copy + Paste of the above in your browser
September 26, 2007 at 12:49 pm
September 26, 2007 at 12:45 pm
Jeff Moden (9/26/2007)
When you open the table in EM, instead of selecting all rows, tell it to select the TOP 1. Makes the...
September 26, 2007 at 12:41 pm
Viewing 15 posts - 1,591 through 1,605 (of 5,103 total)