Viewing 15 posts - 1 through 15 (of 31 total)
Package Configuration files kinda suck. You're much better off using environment variables for configuration - no issues with the deployment. That's what I did. 🙂
August 24, 2012 at 1:57 pm
IceDread (4/10/2012)
SpeedRoush (4/9/2012)
April 27, 2012 at 2:30 am
Good article, but rather obvious (who would have thought - automate 🙂 )
One sentence that has value to me is: "The key thing with automation contrary to typical DBA practices...
April 27, 2012 at 1:48 am
Elliott,
The error that ingoba.ningthouja might be getting (and I am getting) is "the file ... already exists". This happens during build when CreateDeploymentUtility is set to true, and 2...
April 2, 2012 at 3:32 am
Bob,
A multi-value parameter doesn't allow for the value to be typed in. I actually don't know of any type of parameter that does. Is there one? Tx.
February 29, 2012 at 2:46 am
What would a treshold (in the number of index pages), below which we should not worry about fragmentation and don't have to rebuild?
February 9, 2012 at 10:04 am
"Reserve 1 Gigabyte (GB) of RAM for the Operating System (OS)"
Are you sure? Shouldn't it be 2GB?
February 9, 2012 at 9:26 am
Can you provide an example of such expression? Tx.
January 23, 2012 at 7:10 am
Steve,
How would you do this if you needed to loop through a list of TABLES and copy data from each table to a table with the same name in another...
January 16, 2012 at 7:32 am
Jonathan Kehayias (1/4/2012)
Yes, the root of the blocking could be from a previous statement in a transaction.
Thanks. I again lost hope to capture the query that caused blocking in...
January 5, 2012 at 12:32 am
Jonathan,
I've received the below for the blocked process:
<inputbuf>
Proc [Database Id = 14 Object Id = 1311948665] </inputbuf>
</process>
This is a stored procedure that doesn't touch the...
January 4, 2012 at 8:18 am
manoj.ks (8/10/2011)
how to read the data from blocked process threhold report? I have enabled blocked process threshold in one of my server. Can someone tell me how to do it?
Use...
January 4, 2012 at 8:13 am
Agree and disagree: 🙂 🙁
"repetitive tasks, or as in the case of CmdExec, any task that leaves the SQL Server environment is much simpler from the PowerShell subsystem.
Disagree:
Any repetitive SQL...
January 3, 2012 at 9:19 am
ALZDBA (12/29/2011)
- setting startup parameters if your service account doesn't have local sysadmin at windows level.
- Cool.
ALZDBA (12/29/2011)
December 29, 2011 at 4:15 am
Viewing 15 posts - 1 through 15 (of 31 total)