Viewing 10 posts - 16 through 25 (of 25 total)
george sibbald (3/26/2013)
are you doing the insert in batches? after the first batch the table will no longer be empty so you will no longer get minimal logging.
Not doing insert...
March 27, 2013 at 12:36 pm
Hi Vedran,
I couldn't quite connect your two sentences: "Heaps have no indexes" and "Try using TABLOCKX".
Nevertheless, I did try TABLOCKX to no avail.
March 27, 2013 at 12:34 pm
Hi Gail,
As mentioned, the database is in SIMPLE recovery model.
Best,
Yusuf
March 26, 2013 at 6:54 am
Thanks Chandan and Chris,
Have already tried the OPENQUERY and the recent EXECUTE AT remoteserver feature (latter having the much needed ability to pass parameters) and both work wonderfully well for...
October 11, 2012 at 5:54 am
Why so harsh Steve? It's a "Stairways" article. All writers must consider their target audience. I thought the article was a great primer on bookmarks, indexes and heaps. The three...
August 3, 2011 at 6:40 am
Wowww.. All the more reason to wrap your dataset queries inside stored procedures!
August 1, 2011 at 11:01 am
You can grey out a parameter by basing it on a previous parameter. Create a parameter useDate and give it available values of Yes and No.
create a...
September 20, 2009 at 11:27 pm
tmacs33,
The question is : How do we grey out a report parameter (date type or not)?
If greying out can be achieved, the SSRS world would be a happier place 🙂
September 18, 2009 at 11:35 am
Jack,
That is what we have been doing to effectively disable the report params based on other params.
But, can you suggest how to do so if the parameter is of the...
September 17, 2009 at 4:49 am
I am not very clear on your requirement. But this could be one solution
Execute SP1 from inside SP2 (where you have declared the #menu temporary table)
Populate the #menu table in...
August 24, 2006 at 8:29 am
Viewing 10 posts - 16 through 25 (of 25 total)