Viewing 15 posts - 196 through 210 (of 337 total)
Thanks Steve for the reply but I have these users already in a role with the basic: Create Proc,View,Table etc. Permissions.
My biggest concern was these are Application Developers that...
November 26, 2007 at 1:28 pm
Lowell,
The proc produces a record set of 5-6 rows on average. What I am doing is comparing data from the cursor (The Car_ID) and finding out which row it is...
October 15, 2007 at 8:47 am
Jeff,
Thanks for the post. I wasn't aware of the Truncate option. I'll try that too although my DROP TABLE worked as well. As far as the cursor I would love...
October 15, 2007 at 6:50 am
Okay I fixed it... I needed to issue a DROP TABLE command before I called another FETCH NEXT statment from the Cursor.
October 13, 2007 at 7:18 am
Nice List!
I found an easier way to check if a column is being updated than using the Bitmask COLUMN_UPDATED() syntax:
UPDATE (Column Name)
August 10, 2007 at 2:33 pm
Thanks for the reply Ninja's_RGR'us!!!!!
To answer your question "Why would I like to add a column in a specific space in a...
August 10, 2007 at 10:51 am
bledu,
Thanks for the response.
It is only this query. I can reproduce it everytime. Actually I found out it wasn't the UNION but a WHERE clause in the UNION. Weird thing is...
August 6, 2007 at 9:52 am
Thanks much for the reply. I am planning a migration to 2005 so it does help a lot. Thanks again.
July 19, 2007 at 11:20 am
Thanks for the links! Plenty of reading material now!
July 18, 2007 at 7:59 am
Thank you all for your suggestions.
I ran a few traces with profiler with both options. The second one did outperform the first one. We'll be focusing on that option...
June 6, 2007 at 8:58 am
Actually I had another question.
Does this apply to parameters as well? I'm assuming yes.. that it applies to any text that contains "password".
Thanks again.
June 5, 2007 at 11:02 am
Ah Ha!
Thanks David.
June 5, 2007 at 10:57 am
Mike,
Thanks for the reply.
I knew that a blank wasn't a null but I never knew until today that SQL casts a blank value as a zero. I validate the input...
March 5, 2007 at 8:30 am
Well I fixed it but not the optimal way. I found the ID that was missing. Renamed the table, disabled ID seed. Inserted the value in the ID column, Renabled...
February 2, 2007 at 8:16 am
Thanks much PW. It worked great.
January 24, 2007 at 6:00 am
Viewing 15 posts - 196 through 210 (of 337 total)