Viewing 15 posts - 3,781 through 3,795 (of 6,486 total)
I don't believe that you can use the SET IDENTITY_INSERT outside of the database you're in. Sounds to me that you'd have to do all of this from within...
April 5, 2008 at 12:11 pm
Jeff Moden (4/5/2008)
Something is very wrong here... the original query posted by the OP works just fine.
Agreed - it seems that we never got to see the actual offending code....
April 5, 2008 at 11:57 am
rbarryyoung (4/4/2008)
Also, I believe that Visual Studio Team Systems is integrated with SQL Server.
You mean VS TEam Suite for Database Pros? yes - very nice. I have had...
April 4, 2008 at 9:06 pm
SourceSafe? we've been using that for a little while - works pretty well for our purposes....
April 4, 2008 at 8:14 pm
Michael Earl (4/4/2008)
If you expect another 100 users over the next year, CAL licenses may be expensive.
Then again, if you have hardware upgrade plans...
April 4, 2008 at 2:21 pm
While it never hurts to call one of the licensing specialists @ms to double-check, this may help you get a read from MS's "How to License SQL Server" document:
Sometimes organizations...
April 4, 2008 at 1:33 pm
lersner (4/4/2008)
Thanks.How about if I want to do that for multiple records in one update statement. Will I need a loop or can I use an OR?
A single update query...
April 4, 2008 at 1:18 pm
GSquared - did you ever get SSRS to install on home premium? 'Cause no matter how I tried it, it just plain refused to even consider doing it. ...
April 4, 2008 at 12:36 pm
Mike Menser (4/4/2008)
April 4, 2008 at 12:27 pm
Michael Earl (4/4/2008)
April 4, 2008 at 9:55 am
Well - just ran a little test to confirm, but it seems to me that most DDL changes (certainly adding or removing columns, or modifying from null to not null)...
April 4, 2008 at 9:32 am
Mike Menser (4/4/2008)
April 4, 2008 at 9:07 am
What subquery? The code you posted doesn't have a sub-query, and an UPDATE statement cannot be a subquery.
April 4, 2008 at 9:00 am
The hidden assumption in the question seems to be "in a GUI situation". Meaning - how to write an update SP to be used in a GUI.
Given that -...
April 4, 2008 at 8:56 am
Stephen Grimshaw (4/4/2008)
April 4, 2008 at 7:29 am
Viewing 15 posts - 3,781 through 3,795 (of 6,486 total)