Viewing 15 posts - 166 through 180 (of 654 total)
yea what is wrong with the good old insert without triggers?
August 1, 2007 at 9:36 am
openquery uses linked server , i don't understand what you mean by it executes faster than linked server
ref BOL:
OPENQUERY ( linked_server ,'query' )
August 1, 2007 at 9:34 am
did u use a query execution plan to see where the query is taking its time?
July 30, 2007 at 10:10 am
you do a comparison of the windows logins on sql again a txt dump of the logins in AD to see which ones no longer exist
July 30, 2007 at 10:08 am
you could have used a UDF that returns a table with the values you want. I assume you first insert the values , and the user id then run your...
July 30, 2007 at 10:06 am
how are you using the temp table. is it a multi user app?mmm...
July 30, 2007 at 8:32 am
what is the error message you were getting, please give more info
July 30, 2007 at 7:51 am
can you post your script? both the sql and the vb (only where you are calling the stored proc)
you might be able to get round the problem by using dynamic...
July 30, 2007 at 7:48 am
i have used redgates sql compare, and its very good. you can download a trial copy which expires in 15 days, do your tests and convince your bosses to buy...
July 27, 2007 at 2:17 pm
developers with mobile computers (including home computers) should never be allowed to have a copy of any corporate database whatsoever if the db has any live data.
they can have a...
July 26, 2007 at 5:06 am
i am not totally understanding your problem, but can you post a sample of your vendor ids.
can you also give us more info on the vendorid creation scheme
July 26, 2007 at 5:00 am
did you try
CREATE
LOGIN [someUser] WITH PASSWORD = passwordHash HASHED
July 26, 2007 at 2:56 am
Viewing 15 posts - 166 through 180 (of 654 total)