Viewing 7 posts - 1 through 7 (of 7 total)
Good luck with the next step. In a way, what you are doing is much like leaving the company. You will be trained by, and you will train, a new...
May 22, 2022 at 1:17 pm
If you run SQLCMD via command line, you can set it to run as your user account (or the one you plan to make changes with). I believe the...
January 16, 2013 at 9:41 am
The only difference however between 2008 and 2012 is 2012 will produce the query in dynamic sql. Why Microsoft?!
Anyhow, I typically just delete the the dynamic markup, do a...
January 15, 2013 at 10:42 pm
Like the other posters mentioned, it's not the hardware that is causing your problems (more than likely not at least), its the size of your user base vs the quality...
January 15, 2013 at 10:34 pm
I'd recommend using the SSIS as a previous poster recommended, allowing you to run each SQL file individually.
I also recommend someone to stop pissing in Celko's cheerios. Damn that...
January 15, 2013 at 1:10 pm
Hi Mike,
Using the same structure I left in my example, here's a snippet of my stored procedure below:
declare @parameters nvarchar(500) = N'@id int, @totalcount int output'
declare @sql_string nvarchar(max) = ''
declare...
May 5, 2011 at 8:08 am
Thanks. I thought about triggers but was concerned about the over head from the possible updates.
Didn't think about the option of a re-calculate flag.
July 22, 2010 at 7:47 pm
Viewing 7 posts - 1 through 7 (of 7 total)