Viewing 15 posts - 16 through 30 (of 64 total)
Start with Brent Ozar's worksheet on HA/DR for a starting point of discussion.
http://www.brentozar.com/archive/2014/05/new-high-availability-planning-worksheet/
If you like your job, then the best thing you can do is try to work within the...
September 29, 2015 at 2:54 pm
I'm not really sure this is possible. The issue is that in a domain with active directory, you have a third server (the domain controller) that validates the user to...
September 17, 2015 at 6:46 am
djacobos (9/16/2015)
I have a requirement to...
September 16, 2015 at 2:44 pm
Assuming your databases are stored on a SAN like most of the people out there, I wouldn't worry that much about fragmentation. Fragmentation really only matters if your disk can...
September 11, 2015 at 2:47 pm
shorton2 (9/10/2015)
If I place the excel file literally ON the Windows Server that SQL server is...
September 10, 2015 at 6:47 am
shorton2 (9/1/2015)
I am in a corporate environment with IT managed SQL servers. "My" 2014 SQL...
September 8, 2015 at 11:18 am
You have converted the date to a VARCHAR, so now it's sorting alphabetically instead of by date. In other words, alphabetically would be 1, 11, 12, 2, 3 ...
Easy solution...
September 2, 2015 at 7:21 am
I use xp_CmdShell for 2 different things.
One is to export csv reports for end users.
The other one is to export and then FTP files to a third party...
August 6, 2015 at 6:24 am
arrjay (2/24/2015)
Its very strange as the user...
February 24, 2015 at 3:01 pm
Hard to say without seeing the stored procedures, but my first thought is that you have some bad parameter sniffing. There are many posts elsewhere about it if you want...
February 12, 2015 at 2:47 pm
You have to be careful with something like this. You also have to ask what you want to happen if your change cannot be replicated to Father. Do you want...
January 27, 2015 at 1:51 pm
mw112009 (1/27/2015)
Sorry, my bad vision, now I see in the image...
January 27, 2015 at 1:39 pm
drew.georgopulos (1/26/2015)
January 26, 2015 at 2:08 pm
I think you'd be better off using something like powershell to monitor drive space on a different server. Though I suppose if you wanted to, you could have the SQL...
January 26, 2015 at 1:13 pm
The first thing I think of is permissions issue. SSIS is probably not running under an account that has permissions to access the file in Sharepoint.
It's been a long time...
January 26, 2015 at 9:18 am
Viewing 15 posts - 16 through 30 (of 64 total)