Viewing 15 posts - 76 through 90 (of 108 total)
I will try the cursor. The set based option works for when I want to do all customers but is significantly slower when I need to do only one...
August 2, 2010 at 10:12 am
Everything is on that screen is UI. I want to know how to do it in an .SQL file that can be run.
Mike
August 2, 2010 at 12:34 am
Paul,
Do I need to do an explicit Begin Trans / Commit to make sure there is no duplicate sequence #'s?
Mike
July 14, 2010 at 11:57 pm
Chad,
Thank you for your help. I will adapt the code to work for me.
Mike
July 14, 2010 at 5:42 pm
Actually, I am the vendor and I don't have the time right now to rewrite all the code to handle identity columns. Currently, the code has to 'generate' the...
July 14, 2010 at 3:40 pm
I have legacy code that does not allow for identity columns, thus I have a table that holds the last "PK" value. I am getting occasional update issues. ...
July 14, 2010 at 3:13 pm
I have been doing some performance testing and I am beginning to think temp tables aren't so hot. I have one area where I insert into the table 1...
June 25, 2010 at 9:26 am
mister.magoo:
I don't understand how to use the profiler. Could you point me to a good resource.
Thanks.
June 24, 2010 at 1:47 pm
Jeff Moden (6/23/2010)
June 23, 2010 at 10:46 pm
It is only one SQL server. The time difference is between running the query locally and running the query on a machine attached via the network.
Currently, the network is...
June 18, 2010 at 10:16 am
steveb. (6/17/2010)
-your statistics could be different on the machines,
- there could be other things running.
- you may not have been...
June 17, 2010 at 8:40 am
legacy code issues. Need the primary key for child record(s).
June 9, 2010 at 11:57 pm
Jeff,
What would you recommend to make sure I don't get duplicate primary keys? Should I do it as a standard proc?
Mike
June 9, 2010 at 11:22 pm
Lamprey13 (5/21/2010)
Have you investigated using a "listener" app that reads unprocessed...
May 21, 2010 at 4:21 pm
Jeff,
The connections close when I close the exe. I have tested this issue by issuing an INSERT command in the command window. It hangs until I use...
May 16, 2010 at 2:59 pm
Viewing 15 posts - 76 through 90 (of 108 total)