Viewing 15 posts - 6,436 through 6,450 (of 18,926 total)
troe_atl (5/4/2011)
No, I am running SQL Server 2008.
Case sensitive server?
Compatibility level maybe?
May 4, 2011 at 11:17 am
Almost impossible to write with efficient query. More to the point, no a job to do in sql server.
Just grab everything and manage that in the presentation layer.
May 4, 2011 at 11:08 am
calvo (5/4/2011)
I don't really care one way or the other. I was just hoping someone would have some super inside knowledge of the English language and would be able to...
May 4, 2011 at 11:07 am
timestamp is NOT a datetime. Yes, bad choice for type name.
timestamp is a binary that can be converted to date but it has no date meaning... you just...
May 4, 2011 at 10:54 am
SQLMyFriend (5/4/2011)
Thanks, the standard report has so many new features I haven't found. I guess thies is recorded by default trace.Thanks again
yes it is.
May 4, 2011 at 10:51 am
I think you should both get over yourselves and stop trying to be right... but I'm just an outside observer :hehe:.
Just my 0.02$
May 4, 2011 at 10:48 am
No need to cross join.
make a list of all years / months in your date range. I personnally use a calendar table and a Years/months tables as well.
Then in...
May 4, 2011 at 10:46 am
That's a nice one too.
http://www.sqlservercentral.com/articles/Stairway+Series/72464/
May 4, 2011 at 10:42 am
You know there's a search button top right on this page...
http://www.sqlservercentral.com/articles/SQL+Server+2005/64547/
May 4, 2011 at 10:41 am
Check the default trace. (nice articles here on the subject).
May 4, 2011 at 10:36 am
What culture is he from?
I personnally wouldn't be offended... but I'm from around here :-D.
May 4, 2011 at 10:36 am
Actually a FK might actually help, but I can't confirm without seeing the queries!
May 4, 2011 at 9:59 am
Ok final version for today
Added more instructions, better reporting and removed noise in the script and output.
Note the self commenting column names in the output script so that a real...
May 4, 2011 at 9:14 am
Viewing 15 posts - 6,436 through 6,450 (of 18,926 total)