Viewing 15 posts - 3,001 through 3,015 (of 5,394 total)
Kit G (7/6/2011)
GilaMonster (7/6/2011)
Kit G (7/6/2011)
Fal (7/6/2011)
anyone with a minor dose of manners and a sense of humor is invited.
Please, kind...
July 6, 2011 at 7:03 am
Do everything you need to do where you find "insert code here". You can handle everything with a single transaction and rollback the whole work if something goes wrong.
At least,...
July 6, 2011 at 5:55 am
I usually work with this template:
CREATE PROCEDURE <ProcedureName, sysname, >
AS
BEGIN
SET NOCOUNT ON
DECLARE @localTran bit
IF...
July 6, 2011 at 4:21 am
Hmmm... doesn't look like T-SQL code for SQL Server.
Are you sure?
July 6, 2011 at 4:18 am
ALZDBA (7/6/2011)
Another justification I used was:...
You must be working for a GREAT company, Johan.
I tried to figure out how that conversation would have been here at my shop. I...
July 6, 2011 at 3:39 am
In order to have different timestamps on every row, you would have to change the batchsize to "1", but it would end up slowing down everything and I'm not sure...
July 6, 2011 at 3:21 am
I'm afraid there's not much you can do.
However, I would save previous versions of the package to a source control system, rather than relying on SQL Server versioning.
The only...
July 6, 2011 at 2:19 am
July 6, 2011 at 12:50 am
Ninja's_RGR'us (7/5/2011)
July 5, 2011 at 10:56 am
Ninja's_RGR'us (7/5/2011)
Gianluca Sartori (7/5/2011)
However 4 MLN rows from both tables is a huge load. I suspect it would run much better with a loop join. Can...
July 5, 2011 at 10:27 am
Looks like an estimated plan...
However 4 MLN rows from both tables is a huge load. I suspect it would run much better with a loop join. Can you force it...
July 5, 2011 at 8:47 am
You could say that it is universally known as a bad practice since 1970 and it is very sad and frustrating that somebody still think to know better than Mr.Codd,...
July 5, 2011 at 7:05 am
...sorry, I could not resist.
You can check the setup logs in C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\LogYou should find a line similar to this:
Property(S): LogonUser = JohnDoe
Hope this helps
Gianluca
July 5, 2011 at 6:39 am
I happened to install some. 😛
I guess this is not the answer you were looking for...
July 5, 2011 at 6:29 am
Viewing 15 posts - 3,001 through 3,015 (of 5,394 total)