Viewing 15 posts - 17,836 through 17,850 (of 26,489 total)
Blind I may be, where are the trigger(s), sample data, expected results after processing?
December 18, 2009 at 12:46 pm
Does this batch file you are trying to run on a remote server, run ON the remote server or just FROM the remote server?
December 18, 2009 at 12:31 pm
sureshdeenu (12/18/2009)
Set @UpdateText =
'Update GeStatus ' +
'Set ChangedRecordX = ''x'', ' +
'[' + RTrim(@ChangedFieldName) +'] = ''x'' ' +
'Where Client = ''' + RTrim(@Client) + '''...
December 18, 2009 at 12:02 pm
CirquedeSQLeil (12/18/2009)
December 18, 2009 at 12:00 pm
I guess no one answered him quick enough. 😛
December 18, 2009 at 11:39 am
Help us help you, please read and follow the iinstructions in the first article I reference below in my signature block regarding asking for assistance. Also, based on the...
December 18, 2009 at 11:38 am
Jeff Moden (12/18/2009)
Lynn Pettis (12/15/2009)
Magy (12/15/2009)
When I run the cursor, and then check the...
December 18, 2009 at 11:35 am
I have an idea, show us the code that is failing instead of just the error message. That really isn't helping much.
December 18, 2009 at 11:32 am
sureshdeenu (12/18/2009)
Executed as user: xxxcorp\sqladmn. ...X] = 'x' Where Client = '4600' And SequenceNumber =...
December 18, 2009 at 11:07 am
Someone should just call Redgate. Yes, I know, for many of us that is a long distince international call, but there are a few denizens of The Thread that...
December 18, 2009 at 11:02 am
Per BOL (Books Online, the SQL Server Help System) regarding error message 50000:
When RAISERROR is used with a msg_str instead of a msg_id, the SQL Server error number and native...
December 18, 2009 at 10:59 am
GilaMonster (12/18/2009)
skhan-680833 (12/18/2009)
but is it possible to do teh create index in a way so that it ignores the blank spaces?What do you mean? What blank spaces where?
Almost sounds like...
December 18, 2009 at 10:54 am
Too bad your using SQL Server 2000, I think I have a neat way of doing this in SQL Server 2005/2008.
December 18, 2009 at 10:50 am
mrpolecat (12/18/2009)
December 18, 2009 at 10:48 am
For my edification, this means that each download code can be assigned to one and only member, correct?
December 18, 2009 at 10:34 am
Viewing 15 posts - 17,836 through 17,850 (of 26,489 total)