Viewing 15 posts - 12,271 through 12,285 (of 14,953 total)
I am the Anti-Musician. I can't carry a tune in a bag. I'm tone mute. I have the rhythm of electric convulsions. Can't dance, can't sing,...
August 14, 2008 at 2:20 pm
I'm late on the chain on this one, but just spending some time with a 1-year-old is all that's needed.
August 14, 2008 at 2:18 pm
I get a few e-mails every month from the links on this site.
A few have been private conversations that didn't belong on the public forums. A few have been...
August 14, 2008 at 2:16 pm
I don't think SQL 2008 wide tables will do what you need. They're more about having optional columns in a table, if I'm not mistaken.
The potential solution that occurs...
August 14, 2008 at 1:59 pm
In Management Studio, go to Tools, Options, Scripting. There's an option there to include drop statements in scripts.
August 14, 2008 at 1:55 pm
Nope. Didn't know about that option. MS Tech Support apparently didn't either (they weren't very helpful, but did at least help me figure out what was wrong, even...
August 14, 2008 at 1:54 pm
Well, you could either do this as string concatenation in T-SQL, or, better, have the front-end do this for you.
August 14, 2008 at 1:51 pm
Second the motion. Save to a file, import the file.
August 14, 2008 at 1:48 pm
I've removed instances by using Add/Remove Programs. The problem you're running into with that might be because of disk space issues.
August 14, 2008 at 1:45 pm
Yeah, most of these things boil down to a lazy programmer or twelve somewhere along the way.
August 14, 2008 at 1:05 pm
Miles Neale (8/14/2008)
August 14, 2008 at 1:02 pm
Is there a reason to not do all the updates in one command?
August 14, 2008 at 12:36 pm
rbarryyoung (8/14/2008)
Chandru (8/14/2008)
one more thing the random generated number it should notrepeate again
As Gus alluded to, this...
August 14, 2008 at 12:31 pm
dbo.returnvalue will be a user-defined function in your database. It looks like it takes two input parameters and returns a value, which is being assigned to that variable.
August 14, 2008 at 12:17 pm
Viewing 15 posts - 12,271 through 12,285 (of 14,953 total)