Viewing 15 posts - 10,726 through 10,740 (of 39,792 total)
Link should be fixed. Also here: http://events.doctorswithoutborders.org/index.cfm?fuseaction=donorDrive.personalCampaign&participantID=2216
August 14, 2014 at 8:34 am
You can use alerts (http://www.sqlservercentral.com/articles/alerts/89885/), though I'm not sure these are better than a job with a query in it. I think they'll both function similarly.
I am not sure if...
August 14, 2014 at 8:32 am
You have a few choices for copying specific tables.
1. Build an SSIS package to export those tables
2. Build a PoSh/bcp script to export those tables.
3. replicate those tables to a...
August 14, 2014 at 8:29 am
There's no switch for this in SQL Server. It's strictly administrative.
The only time this would come up is if you were audited. You'd just need to ensure you have the...
August 14, 2014 at 8:27 am
I tend to agree with Steve (sgmunson) here. Most of the responses are accurate, but annoying.
I agree this should be a setting in SSMS. Regardless of the technical aspects of...
August 14, 2014 at 8:20 am
Personally, I like the synonym approach since it's a layer of abstraction. If I needed to move to 3 tables, or implement partitioning, or anything else, I like having a...
August 14, 2014 at 8:12 am
Brandon J Williams (8/13/2014)
We actually haven't done much in...
August 14, 2014 at 8:07 am
Microsoft didn't do it that I can see. I've checked my US default 2008 and 2012 instances. Both of them have the objects at the same collation as the master...
August 14, 2014 at 8:02 am
Do you mean the service account password? Or your password for SQL Server?
The former needs to be done with Configuration Manager to ensure rights are maintained. Your password is like...
August 14, 2014 at 7:54 am
Robert.Sterbal (8/14/2014)
There are 1,742,404 logins on the site
is the ratio of logins to people closer to 10-1...
August 14, 2014 at 7:52 am
In case any of you missed it and want to ensure a picture gets posted to The Thread... http://www.sqlservercentral.com/articles/Editorial/114685/
August 14, 2014 at 7:51 am
Jason Shadonix (8/3/2014)
We use synonyms here and there, and have never had any issues with them "not working".
We use SPs over SQL code in our application whenever possible....
August 13, 2014 at 6:50 pm
Bill Talada (8/1/2014)
August 13, 2014 at 6:46 pm
I agree. You don't want to necessarily enable this by default.
That being said, I think you'd need to use dynamic SQL to build a script that would do this. I...
August 13, 2014 at 6:44 pm
If someone is changing the encryption status, they're creating a lot of load to decrypt, and you'll create load to encrypt.
Don't automatically fix this. Catch it with monitoring (Check the...
August 13, 2014 at 11:19 am
Viewing 15 posts - 10,726 through 10,740 (of 39,792 total)