Viewing 15 posts - 6,586 through 6,600 (of 7,636 total)
you can check when it was created and when it's definition (or one of its dependent objects) was last modified but that is about it.
June 18, 2008 at 11:58 pm
Sure. I don't have it here right now, so I'll have to send it from work tomorrow.
June 18, 2008 at 11:41 pm
Yeah. It's easy to get it to work when you want to pipe it into a Varchar(MAX) variable and execute it, which is what I usually do, because the...
June 18, 2008 at 11:09 pm
They are both ANSI joins. The commas are the Old (SQL 89) syntax, the "JOIN"'s are the New (SQL 92 and later) syntax. OK, New-er syntax.
I much prefer...
June 18, 2008 at 10:43 pm
GSquared (6/18/2008)
June 18, 2008 at 8:49 pm
I think that you're missing something from your new Install or it lost the location of something.
June 18, 2008 at 8:44 pm
GSquared (6/17/2008)
...are all considered deterministic by SQL Server, butDatepart(Weekday, date)
is not.
Neither are:
dateadd(day, '12/30/1899', date)%7
cast(date as float)%7
cast(date as int)
Aren't the first two affected by configuration settings on the server or instance?
June 18, 2008 at 8:36 pm
Check out the IS_MEMBER() function in books on line. If you know what explicit groups you want to check for, this will do it.
If you need an actual list...
June 18, 2008 at 8:31 pm
Jeff Moden (6/18/2008)
rbarryyoung (6/18/2008)
Jeff Moden (6/18/2008)
Easy to print? They contain CR/LF's... should print just fine if you display them in a text mode instead of a grid mode...
Well, sort...
June 18, 2008 at 7:52 pm
Matt, Jeff:
FYI, I've already used this trick today to put up a "quick & dirty" Service Broker monitor. sweet...
Thanks again,
June 18, 2008 at 4:50 pm
Oh, and that's another thing that I discovered today: They do not ALL contain CR/LF's. Some of them contain just LF's! That's a nice little inconsistency.
June 18, 2008 at 4:21 pm
Jeff Moden (6/18/2008)
Easy to print? They contain CR/LF's... should print just fine if you display them in a text mode instead of a grid mode...
Well, sort of. There's...
June 18, 2008 at 4:18 pm
OK, fair enough, I can see that is was not caught up to the changes that you were making.
To answer your question then: from a performance standpoint, 2 different version...
June 18, 2008 at 6:09 am
Carl Federl (6/17/2008)
June 17, 2008 at 11:21 pm
Viewing 15 posts - 6,586 through 6,600 (of 7,636 total)