Viewing 15 posts - 2,731 through 2,745 (of 5,356 total)
I looked at roles-SQL Server, predefined. It's not impossible that both statement appear in BOL ![]()
January 23, 2004 at 1:52 am
Would this help
| Fixed database role | Description |
|---|---|
| db_owner | Performs the activities of all database roles, as well as other maintenance and configuration... |
January 23, 2004 at 1:21 am
January 23, 2004 at 12:52 am
Maybe I should explain myself a bit.
Sure, #2 on your list is kind of reference for T-SQL. Most chapters are very interesting, but some are not...
Actually, I'm waiting on Advanced...
January 23, 2004 at 12:43 am
Might be worth considering placing a DEFAULT value of 0 on your column, otherwise you'll face the problem you know have.
Another approach might be to use COALESCE() like this
SET NOCOUNT...
January 22, 2004 at 1:11 pm
In addition to Allens' post this might be interesting http://support.microsoft.com/default.aspx?scid=kb;en-us;257856
January 22, 2004 at 1:02 pm
Place to whole statement in your string and execute it.
January 22, 2004 at 12:57 pm
http://www.sqlservercentral.com/bestof/
Meanwhile I have come to the conclusion, that the only book that's entirely worth reading is Inside SQL Server 2000 by Kalen Delaney. But that's just me.
January 22, 2004 at 7:30 am
Yes, Erland's article has a section on this
January 22, 2004 at 7:03 am
I might be flamed again
, but I think EXISTS will almost always be faster than using COUNT(*).
But as Thomas already said, without...
January 22, 2004 at 6:31 am
It might be helpful to read nested transactions in BOL
January 22, 2004 at 6:26 am
Mabye Jonathan's reply here http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=96509 will help you. There is also an example in BOL. Search for pivot table.
January 22, 2004 at 1:02 am
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=65&messageid=12455
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=9&messageid=17329
Hope these links are of any value for you ![]()
January 22, 2004 at 12:57 am
Viewing 15 posts - 2,731 through 2,745 (of 5,356 total)