Viewing 15 posts - 1 through 15 (of 20 total)
Well, I think I figured that out...
Turns out the tools were not being installed (perhaps a failed previous installation of SQL Express). Removing SQL Express then adding Client Tools for...
July 14, 2005 at 1:27 am
I'm getting this as xml and transforming using xslt. If someone can show me how to do the formatting in xslt that would be cool.
July 16, 2004 at 1:58 am
I know Visual Studio supports VSS for code, but I'm looking for support for database objects, specifically stored procs. They should be handled exactly like code modules.
March 31, 2004 at 12:59 am
Good morning folks,
Maybe someone will have an idea for me today!
For example, could I somehow use the SID in the sysusers table to find out the domain name (without using...
March 23, 2004 at 1:18 am
Thanks, but the name could be anything I type in when adding the user and is not the actual windows login name. I need the latter....
March 22, 2004 at 7:59 am
Answered my own questions after a bit of rtfm (sorry for being so lazy). Didn't know a SP could have ntext as a parameter!!
February 10, 2004 at 8:08 am
I was too quick there. Using nvarchar fixed the first problem, but now I have halved the possible size of my parameter. My...
February 10, 2004 at 7:49 am
Never heard of NULLIF but looks just right. Damn, I should slow down a bit. I've got 6 procs to change again.
Thanks!!
November 26, 2003 at 8:13 am
As you say - "Life Moves Fast"
So I've already started adding case statements to all my procs. I had hoped to pass the buck to the business layer programmer but...
November 26, 2003 at 7:57 am
I was hoping that wouldn't be the answer. Wonder why they did it like that - surely specifying a blank tag equates to an unknown value.
How would I specify NULL...
November 26, 2003 at 7:37 am
OK, I believe I have 3 options. Which of these would be the most efficient:
1. A proc with a hard coded REPLACE for each of the noise words.
2. A proc...
October 17, 2003 at 1:12 am
The annoying thing is that FTS throws out the complete search string even if only 1 word is a noise word. This example is in BOL:
CONTAINS(pr_info, 'between OR king').
Where are...
October 16, 2003 at 5:49 am
Cool, we're just in the process of moving to SQL2K and I haven't made the move in my head yet to think of using functions. 'bout time I started I...
September 18, 2003 at 2:42 am
Viewing 15 posts - 1 through 15 (of 20 total)