Viewing 15 posts - 16 through 30 (of 60 total)
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
sqlmaverick (1/23/2015)
Logic:ensure the Docket number is 5 digits and populate with leading zeros if not.
I have to check input...
January 23, 2015 at 1:01 pm
rcharbonneau1 (1/20/2015)
January 20, 2015 at 2:52 pm
ft55 (1/19/2015)
At an O/S level Windows Server 2008 R2 is configured with Region and Language as English (United Kingdom)
At a server Collation...
January 19, 2015 at 3:03 pm
Viewing 15 posts - 16 through 30 (of 60 total)