Viewing 15 posts - 106 through 120 (of 631 total)
Phil Factor (11/5/2016)
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
November 10, 2016 at 5:32 am
Ed Wagner (10/22/2016)
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
October 24, 2016 at 8:07 am
you'll also want to set the multisubnetfailover=true option in your connection string. This requires .NET 4.5 or above
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
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 😉
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
October 19, 2016 at 7:37 am
SELECT REPLACE(REPLACE(REPLACE(CAST(CONVERT(VARCHAR(19), GETDATE(), 120) AS VARCHAR(10)),'-',''),':',''),' ','');
hth
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
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...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
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...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
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...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
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...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
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...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
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?)...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
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
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
October 11, 2016 at 7:19 am
pdanes (10/8/2016)
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
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
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
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. ...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
October 7, 2016 at 8:05 am
Viewing 15 posts - 106 through 120 (of 631 total)