Viewing 15 posts - 16 through 30 (of 47 total)
My dream birthday present? I live in a small town in western Kentucky and I dream for the day that I can get a job doing what I do now...
September 12, 2008 at 4:26 am
Actually, I have figured out the scripting of the indexes but I have one last question (procedure-wise). We use Source Gear for version control of tables, stored procs, etc... does...
September 4, 2008 at 1:30 pm
I'm convinced that scripting is the way to go with this. Now my question is how to do this. (Not how to do it from scratch, but a specific question...
September 4, 2008 at 8:12 am
Steve... nice to see a fellow Jack Reacher fan 🙂
August 28, 2008 at 1:47 pm
We found the (an) answer... maybe this will help someone else along the way...
We had "n/a" in several fields on the table. I think that maybe the query was doing...
August 26, 2008 at 8:03 am
Thanks Jeff,
When I run this sql to create the data, I get the following errors...
Server: Msg 208, Level 16, State 1, Line 7
Invalid object name 'Master.dbo.SysColumns'.
Server: Msg 208, Level 16,...
March 18, 2008 at 3:54 pm
Susantha,
This worked.... thanks very much! (My book was not that detailed when only adding a filegroup to an existing database)
Bob
February 21, 2008 at 6:14 am
Jeff,
You got me on the right track... the problem is in the "SET @col" statement. I had
SET @col = 'Part2.Part1'
What I didn't realize is that the "Part2" and "Part1"...
October 24, 2007 at 6:39 am
I've got a problem that I can't figure out... I'm using the following as suggested to get the data to the right of the delimiter...
(SELECT STUFF(GL_SWT,1,CHARINDEX('.', @col+'.'),'')
It works fine when...
October 23, 2007 at 7:55 pm
Jeff,
This is exactly what I needed. Thanks very much!
Bob
October 14, 2007 at 7:26 am
Thanks for the reply but we found the issue. It had to do with a home-grown workaround that we had in place. One of our developers fixed it for me.
Bob
September 13, 2007 at 8:25 am
In my "real" statement, there are 7-8 tables involved, but I am testing this in only one table. If I can get that to work, I can extrapolate the logic...
September 6, 2007 at 2:28 pm
A followup... I want to install the SQL2000 client tools on my machine where I already have the 2005 client tools. Do I need to apply the SQL service pack...
July 27, 2007 at 6:42 am
Viewing 15 posts - 16 through 30 (of 47 total)