Viewing 15 posts - 16 through 30 (of 309 total)
GilaMonster (11/6/2013)
What do you mean by 'use more row space than actually needed'?
Hi Gail,
I mean table that contains dropped column(s) and/or table that contains modified column(s) (e.g. to increase its...
November 7, 2013 at 5:48 am
Hi Matt,
Thank's for your quick answer.
Let's say I really need to dynamically detect these tables : "... tables that have "dropped columns" or tables that uses more row space than...
November 6, 2013 at 1:46 pm
Hi Erland,
Stored procedures behaves the same.
I just noticed that when I look at the proterties of these views (in SSMS) being connected as a sysadmin user, the views appears not...
July 25, 2013 at 6:00 am
Thank's a lot for this answer.
Have a nice day.
Carl
January 4, 2013 at 5:38 am
Solved! I finally found that launching SSIS with the RUN AS ADMINISTRATOR enabled me to connect with the rigth credentials.
Weird that this behavior of SSRS is different from the one...
June 18, 2012 at 11:29 am
Hello Grant,
No, I won't do a full backup of the same database every 2 minutes.
I will check every two minutes if there is a database to backup. 99.9% of the...
February 8, 2012 at 6:36 am
Hi Bru,
I will call a remote stored procedure, using a linked server. This procedure will give me the database name to backup.
Than I will do a execute ('BACKUP DATABASE '+@name...').
This...
February 7, 2012 at 12:54 pm
This is what I expected.
Thank's a lot Bru and I hope you have a nice day.
Regards.
Carl
February 7, 2012 at 12:28 pm
Hi Jason,
We have solved our problem by adding a test on @@TRANCOUNT and raising an error when <> 0 at the end of each script we execute.
"Auto commit" on close...
December 7, 2011 at 6:54 am
Ok, thank's Kenneth.
Have a nice week.
Carl
December 5, 2011 at 11:29 am
Hi understand your point Kenneth but in the context of script execution (using the -i option), both tools should warn the end user in this case. At least we should...
December 5, 2011 at 6:55 am
Hi Andre,
I like the idea of adding some "generic" code to each conversion script.
Using @@TRANCOUNT is a good idea in this case. 🙂
Best regards.
Carl
December 2, 2011 at 9:45 am
Hello Andre,
Will the use of a TRY/CATCH block help me to detect a missing COMMIT TRAN in a script?
From what I tested, the answer is no. But maybe a missed...
December 2, 2011 at 8:23 am
Hello Andre,
Yes, good idea.
It is an approach that is very different from what is done here rigth now but it could help in this particular case.
Best regards.
Carl
November 30, 2011 at 1:59 pm
What do you mean by "here" ("Missing here")?
Since sqlcmd does not return an error in our case, I don't think your solution will work.
Best regards.
Carl
November 30, 2011 at 1:41 pm
Viewing 15 posts - 16 through 30 (of 309 total)