Viewing 15 posts - 2,386 through 2,400 (of 8,753 total)
In my opinion, the most important part is to have a workstation box at the other end to connect to which has all the tools needed and then vpn /...
February 1, 2017 at 11:54 pm
They had a live Google Doc open as...
February 1, 2017 at 1:23 pm
This might help you, restarts the count on a new year. Subject X from year n-1 will be counted again on year n.
😎
IF OBJECT_ID(N'tempdb..#Test') IS...
February 1, 2017 at 7:53 am
What exactly are you installing? Please provide all the version information, OS type, build numbers etc.
😎
February 1, 2017 at 5:50 am
I am glad for your reply, I need to use this conversion of time...
February 1, 2017 at 5:15 am
February 1, 2017 at 4:37 am
Am I missing something here, cannot see any question?
😎
February 1, 2017 at 3:36 am
February 1, 2017 at 12:57 am
How can I encrypt or secure the backup for my SQL Server ? which...
February 1, 2017 at 12:11 am
Not entirely certain what you are after but here is an example that
February 1, 2017 at 12:10 am
Pitching in some more, normally I use Ola Hallengren's Maintenance Solutions for running the integrity checks and use the option of logging to table. This then allows me...
January 31, 2017 at 5:39 am
Quick thought, if it runs clean with no errors then there is an entry in the sql server log, if there is a corruption, look for (and archive) the SQLDUMPnnnn.txt file...
January 31, 2017 at 4:32 am
What about blocking and cost threshold for parallelism on the troubled server?
😎
January 31, 2017 at 1:17 am
Here is a little food for thought on the subject, sometimes the logic can be made more maintainable and readable by not using pivot but by segmenting it in a...
January 31, 2017 at 1:09 am
drew.allen - Monday, January 30, 2017 11:11 AMUnless I'm missing something, it's very simple.
SELECT *
FROM #T
WHERE PrescriptionID < DuplicatePrescriptionIDDrew
January 30, 2017 at 11:26 am
Viewing 15 posts - 2,386 through 2,400 (of 8,753 total)