Viewing 15 posts - 31 through 45 (of 54 total)
August 14, 2017 at 5:25 am
John Mitchell-245523 - Friday, June 16, 2017 4:23 AMVivekRestoring the master database is one.
John
Because Master database is always in use by database?...
June 16, 2017 at 5:07 am
Thank you John and Perry
June 15, 2017 at 7:08 am
we cannot have MIN/MAX of all the NULLs, right? MIN/MAX does handle NULLs...
April 21, 2017 at 1:07 am
Were you using Number Datatype for MentorNumber column in excel sheet? If no, was it of datatype General?
There are couple of ways to handle this issue. There are some things...
January 2, 2017 at 8:56 pm
And this is what we do on production environment :
1. 4 tempdb datafiles on Primary File Group with exactly same size (1024 MB) and same autogrowth value (1 mdf and...
December 31, 2016 at 9:12 am
There are couple of important things we need to take care of. We must keep in mind that all applications whether those are web hosted or those are executable/batch files...
December 23, 2016 at 8:55 pm
Chris Harshman (12/21/2016)
SQL Learner - VKG (12/21/2016)
December 22, 2016 at 12:14 am
In the nutshell, it is well said above that using Replication or other option is better to be used in place of linked server. Just adding one more thought that...
December 21, 2016 at 2:26 am
Thanks a lot Guys. It makes sense and I will be taking care of the same.
December 20, 2016 at 5:41 am
In the nutshell, what I got from here is; changing any heap into clustered index requires about same amount of space as that of table until that operations is completed....
December 14, 2016 at 12:39 am
Thanks for update. That's fine for 10 GB as you are saying. But the thing is, I am running out of space. Is there any other way to achieve the...
December 12, 2016 at 6:22 am
I believe, there is also nothing wrong in query you built. Why is it not working?
SELECT
OYHSSQ,
OYNMTP,
OYNAME,
OYADD1,
OYADD2,
OYCITY,
OYSTAT,
OYZIP4,
OYCNTC,
OYPHAR,
OYPHXX,
OYPH04,
OYPHEX,
OYFL18,...
October 24, 2016 at 3:17 am
Viewing 15 posts - 31 through 45 (of 54 total)