Viewing 15 posts - 1 through 15 (of 95 total)
It would be interesting to update the article to insert into a table while using minimal logging (i.e. with TABLOCK plus a few other conditions). That should compare more favourably...
August 8, 2016 at 7:41 am
That is the only possible solution I can think of, unfortunately we are under resourced and can't do that now. I was hoping for another solution avoiding linked servers.
October 30, 2008 at 3:09 am
I won't be copying any data. A .NET application will be calling stored procedures on the DEV database in one instance, and the sprocs are extracts data from the...
October 27, 2008 at 3:18 am
Further information - I just tried to add a standard report using emebedded SQL code as a data source, and I get the same error. There is something wrong...
February 6, 2008 at 8:33 am
Good one, Jeff - you got me there! While loop indeed. Tsk, Tsk :-).CROSS JOIN would have perhaps been much better, or perhaps you can recommend something better?
And...
March 28, 2007 at 2:12 pm
You can't use DAC with Object Explorer in SSMS. You can only use a query window with DAC in Management Studio.
Try running SQLCMD locally.
Are you specifying servername...
February 7, 2007 at 5:29 am
If you can't connect remotly, or via DAC then try locally on the server itself. If you still can't connect the only thing I can think of is to...
February 6, 2007 at 2:46 am
Hi. I agree with the discussion posters to my article that NOLOCK should be used with caution. I attempted to explain this with the followng statement, but perhaps...
January 24, 2007 at 4:02 pm
ah, from the log not memory...
the txn log is on a seperate drive, and is optimised for performance. only one row was affected, so I would expect the IO...
January 18, 2007 at 6:35 am
I ran a select * from the table the trigger belonged to, and the IO for select from the Inserted table in the trigger was the same as the clustered...
January 18, 2007 at 6:02 am
I'm having the same issue as Luis. OK, we shouldn't be using triggers but tell that to the VP who bought a third-party system without consulting the DBAs. Even...
January 18, 2007 at 3:27 am
Thanks for the comments, Hugo. I missed that link to new features. 🙁 Sorry.
Good point with the downtime. A reboot will take less time than shutting down the...
January 9, 2007 at 2:23 am
I don't really care about adverts - I usually just ignore them and focus on the content.
What I do care about is the articles people post, and whether this will...
November 24, 2006 at 7:09 am
I've seen companies in the UK and South Africa code nvarchar and ntext variables just for the sake of it, without thinking why, and without any need for them. ...
November 18, 2006 at 5:12 pm
colin, would an io completion block the entire table? the blocking processes are attempting to take a intent shared lock at the table level.
November 17, 2006 at 7:20 am
Viewing 15 posts - 1 through 15 (of 95 total)