Viewing 15 posts - 46 through 60 (of 330 total)
Thanks for the insight in SP's and "special" feature parts thereof.
Barkingdog
August 30, 2011 at 6:18 pm
Good replies from everyone.. I don't think it is causing an issue but it just bothered me because that 11gb being held by sql can not be used by...
August 30, 2011 at 11:51 am
Thank you Mark.... good ideas... let me toy with them.
Barkingdog
August 2, 2011 at 7:05 am
Interesting thoughts from everyone. Unfortunately the developer has modified the query so the original problem no longer exists. In other words I can't provide the needed execution plan. Sorry about...
July 31, 2011 at 8:26 pm
Why not a full backup every day? Time window.
The databases on this server are related to our datawarehouse and the smallest one is 500GB. We also need...
June 11, 2011 at 8:58 am
Jeffrey,
You wrote
>>>>
I would expand on this - keep everything as long as you possible can. I cannot count how many times (on this site and others), where someone has run...
May 29, 2011 at 10:39 pm
Lutz,
We keep the trans log dumps both locally on the sql server and copy them to another server (on the hour).
When you wrote: "At the minimum level you need...
May 29, 2011 at 1:10 pm
>>> use a hex editor to see what's left in the tempdb files after they've grown.
that's certainly an interesting idea though I think I will be overwhelmed by the sheer...
March 3, 2011 at 9:43 pm
But since text\image are depricated and the pdf's (because of size) are not the best candidates for filestream, what datatypes reamin that I can use?
Barkingdog
October 19, 2010 at 8:39 am
I thought that "varbinary(max)" was actually the equivalent of filestream. Yes, no?
Barkingdog
October 18, 2010 at 10:52 pm
Let me clarify the last point. Suppose we have three users, say User A, User B, and User C. The application program will verify they have permissions to...
October 4, 2010 at 11:47 pm
Gentlemen,
I must say this "simple" question led to a lot of good discussion and insights. Thanks to everyone for their help. Case closed.
Barkingdog
September 19, 2010 at 8:44 pm
Jeff,
You wrote
>>> At any rate, the WORST thing you could possibly do is use a BEGIN TRANSACTION on this problem.
Why is that the case?
In fact, my solution is exactly the...
September 19, 2010 at 8:23 pm
Jeff,
My solution is the same as yours except I used:
SELECT @return= NextID FROM seqNum with (UPDLOCK)
Given the table has only a single record I think the solutions are equivalent. But...
September 19, 2010 at 8:12 pm
Viewing 15 posts - 46 through 60 (of 330 total)