Viewing 15 posts - 7,051 through 7,065 (of 18,926 total)
tuseau (3/15/2011)
Customers are not happy with truncate being used...
March 15, 2011 at 9:35 am
Run the delete in smaller batches (top 10 000)
Run as long as @@rowcount > 0.
That was my whole point about bcp, you can reimport if something goes wrong. Then...
March 15, 2011 at 9:33 am
Steve Jones - SSC Editor (3/15/2011)
The early bird rates have typically never included a discount because they are...
March 15, 2011 at 8:26 am
bcp the data out to file, or send to backup DB.
Script the table and all constraint, triggers, indexes.
Drop / create.
March 15, 2011 at 8:17 am
ProKelly (3/15/2011)
March 15, 2011 at 7:15 am
What about doing insert into where not exists?
That query should fly, even if there's 1 M rows in the big table.
Also I think his question was referring to the locking...
March 15, 2011 at 6:56 am
Just for further references, sql 7, 2000 forum is here...
March 14, 2011 at 11:11 am
Please do not post the same question twice.
Forward the discussion here :
http://www.sqlservercentral.com/Forums/Topic1077708-150-1.aspx
March 14, 2011 at 7:59 am
Might be easier to just redo the report in word directly...
March 14, 2011 at 7:58 am
LutzM (3/11/2011)
Ninja's_RGR'us (3/11/2011)
Actually it doesn't :w00t::w00t::w00t::w00t::w00t::w00t::w00t::w00t::w00t::w00t:
Easy fix: the line break < br > is part of the link. Remove it from the end of the link to see the secret...
March 11, 2011 at 11:13 am
Actually it doesn't :w00t::w00t::w00t::w00t::w00t::w00t::w00t::w00t::w00t::w00t:
March 11, 2011 at 10:45 am
Indianrock (3/11/2011)
March 11, 2011 at 8:38 am
Then write a service or another app that process the orders and sends the pdfs.
That should NOT be handled by SQL Server.
March 11, 2011 at 8:36 am
That goes way beyond the scope of sql server. & is a reserved character in the url to split between parameters.
Unless that rule changes, you won't be able to...
March 11, 2011 at 8:34 am
ALZDBA (3/11/2011)
I implement the advise Kimberly provided in her blog:Free proc cache if to much single used plans
That link is not working atm.
March 11, 2011 at 8:29 am
Viewing 15 posts - 7,051 through 7,065 (of 18,926 total)