Viewing 15 posts - 106 through 120 (of 629 total)
you'll also want to set the multisubnetfailover=true option in your connection string. This requires .NET 4.5 or above
October 19, 2016 at 9:29 am
J Livingston SQL (10/19/2016)
andrew gothard (10/19/2016)
SELECT REPLACE(REPLACE(REPLACE(CAST(CONVERT(VARCHAR(19), GETDATE(), 120) AS VARCHAR(10)),'-',''),':',''),' ','');hth
SELECT CONVERT(VARCHAR(10),GETDATE(),112)
Slightly neater I suppose 😉
October 19, 2016 at 7:37 am
SELECT REPLACE(REPLACE(REPLACE(CAST(CONVERT(VARCHAR(19), GETDATE(), 120) AS VARCHAR(10)),'-',''),':',''),' ','');
hth
October 19, 2016 at 6:57 am
further to Jeff and Grant's posts, some additional reading on backups (including the importance and meaning of RTO and RPO), can be found in the following link. If you...
October 19, 2016 at 6:24 am
I do tend to agree. Logically, if an order has been placed, but we do not yet have a fulfillment date, then it is unknown, which is what null...
October 18, 2016 at 3:52 am
There is, apparently a workaround, but it does require a server restart, and I have to say it's not something I've tested because, frankly, the DTA is not something I'd...
October 17, 2016 at 6:07 am
I have to say, that tool is a potential disaster area, and you really shouldn't, if you run it, implement its recommendations without some serious further investigation, as if you...
October 17, 2016 at 5:57 am
Firstly, if you do your backup with the checksum option, this will identify various forms of potential corruption. Restore with verifyonly will also identify a range of issues with...
October 17, 2016 at 3:28 am
alan.archer (10/7/2016)
The challenge is to find others that are motivated to learn and excel, identify them early in their career (it takes years to learn this SQL stuff well! Agreed?)...
October 12, 2016 at 6:55 am
Stefan LG (10/10/2016)
Higher education institutions should teach
studentsstaff the basic concepts of database design, implementation and programming.
FTFY
October 11, 2016 at 7:19 am
pdanes (10/8/2016)
October 11, 2016 at 4:24 am
My guess would be the SQL Server service account not having access to that location. Can't see the location / file => file doesn't exist
October 10, 2016 at 9:32 am
16 cores on a VM looks like a lot to me. If you over provision cores on VM's running SQL Server this can lead to shocking performance problems. ...
October 7, 2016 at 8:05 am
MDW also has some decent functionality for managing and reporting on this, as well as a range of other performance and management related stuff
http://www.johnsansom.com/sql-server-management-data-warehouse-and-why-it-rocks/
October 6, 2016 at 5:25 am
To me, they're not really the same thing. MySQL is more of a replacement for xBase than a proper enterprise product, it's certainly nowhere like Oracle or SQL Server...
October 3, 2016 at 9:10 am
Viewing 15 posts - 106 through 120 (of 629 total)