Viewing 15 posts - 1,081 through 1,095 (of 2,787 total)
No, the naming conventions for the files isn't "hard coded" into SQL. You could've used any extension (except probably executables) for the second file with no problems (beyond the obvious...
June 1, 2017 at 2:11 pm
June 1, 2017 at 1:53 pm
I give up. Is what I asked so hard?
Fortunately I'm going to be mostly...
June 1, 2017 at 1:38 pm
As long as the Developer edition instance is the same version or newer of SQL (IE the production instance is SQL 2012 and the Dev is SQL2014 is OK) they...
June 1, 2017 at 11:57 am
I think you might need to pipe the output of the get-childitem into the foreach-object: June 1, 2017 at 11:30 amGet-ChildItem
Security is all too often an afterthought, a "we'll bolt-on security features after we're done," and that tends to leave rather large, gaping security flaws in the products. Toss in...
June 1, 2017 at 10:09 am
GilaMonster - Monday, May 29, 2017 7:48 AMSomething tells me that this is going to take a while...
https://www.sqlservercentral.com/Forums/1878491/SQL-server-2014-is-very-slow
So, how long...
May 31, 2017 at 10:28 am
Henrico is on the right track, but just using a getdate() will cause problems as the colons in the time are invalid characters in a filename.
Instead, try the following:
May 25, 2017 at 12:51 pm
Every time I think I've come up with a way to cut the time required to migrate my databases to new servers, I find a new roadblock...
/me thinks...
May 25, 2017 at 9:34 am
There are so many layers to this editorial it's not even funny.
You've got the data security layer, the "how can we be sure someone hasn't altered this data?"
You've...
May 25, 2017 at 7:32 am
Possibly the mapped drive is disconnected / offline when you have the problem?
I'd suggest the next time it happens, before doing anything to try to fix the problem (and...
May 24, 2017 at 9:22 am
Well, that was a fun hour and change...
One of my QA servers, a virtual machine on VMware, had around 11GB of it's 16GB of RAM swapped out to disk...
May 23, 2017 at 2:13 pm
As a simpler solution (no downloads required,) if you're running Windows 10 and I'm fairly sure 8.1 and 7, you can simply mount the ISO (right-click -> mount ISO) and...
May 23, 2017 at 2:08 pm
May 23, 2017 at 8:18 am
May 23, 2017 at 7:17 am
Viewing 15 posts - 1,081 through 1,095 (of 2,787 total)