Viewing 15 posts - 3,661 through 3,675 (of 6,486 total)
antonio.collins (4/14/2008)
April 14, 2008 at 12:23 pm
Jeff Moden (1/22/2008)
April 14, 2008 at 12:04 pm
Jeff Moden (4/14/2008)
Matt Miller (4/14/2008)
Jeff Moden (4/14/2008)
I wonder which would work more quickly? I think the CLR might win this one because it uses implicit functions...
As of right now...
April 14, 2008 at 11:00 am
Jeff Moden (4/14/2008)
I wonder which would work more quickly? I think the CLR might win this one because it uses implicit functions...
As of right now - "straight T-SQL" wins...
April 14, 2008 at 10:44 am
Cory Ellingson (4/14/2008)
Matt Miller (4/14/2008)
Simply ordering by the datetime field itself and not the "display version" would get your data in the right order.
I had tried that, and when I...
April 14, 2008 at 9:55 am
Simply ordering by the datetime field itself and not the "display version" would get your data in the right order.
April 14, 2008 at 9:16 am
GSquared (4/14/2008)
If, somehow, you absolutely must...
April 14, 2008 at 9:07 am
To follow up on Brian's comment, the bolded part is the "servicename" for the instance:
'Software\Microsoft\MSSQLServer\MSSQLServer\SuperSocketNetLib\Tcp'
In a named instance that will usually be formatted as MachineName$instance.
So you'd have to dynamically change...
April 12, 2008 at 9:12 am
rbarryyoung (4/11/2008)
Matt Miller (4/11/2008)
Edit: the Namespace declaration must be wrong, since trying to retrieve that pulls a 404 error for me....
Yeah, but that shouldn't matter, Namespace declarations are just labels,...
April 11, 2008 at 11:12 am
rbarryyoung (4/11/2008)
April 11, 2008 at 11:08 am
This is not a complete answer to your question, but removing the xmlns notation allows your queries to work just fine (once you fix the issues with the single quotes...
April 11, 2008 at 10:40 am
Keep in mind that Reporting services does NOT install on any of the home editions, due to some missing components (Windows Auth) in the OS (removed from the home editions)....
April 11, 2008 at 10:22 am
Have you tried the OPTION (RECOMPILE) query hint on that statement? Without it, it will generate an exec plan based on whatever is passed in the first time, and...
April 11, 2008 at 10:19 am
I find most questions are worded fine. Some amount of badly worded/incorrect questions would be expected IMO, so I'm not at all surprised - besides - they tend to...
April 11, 2008 at 10:09 am
If you have a lot of these to do - you could use a TALLY table to help build this instead of a cursor. with a fairly sizeable number...
April 11, 2008 at 9:10 am
Viewing 15 posts - 3,661 through 3,675 (of 6,486 total)