Viewing 15 posts - 31 through 45 (of 248 total)
Yeah all the nodes and members belongs to same domain.
March 10, 2017 at 12:53 am
Thank You.
Is there any document or video available.
February 24, 2017 at 8:46 am
Thank You.
What if we have 2 Stand alone servers and 1 Active Passive Cluster each server with 4 cores.
So do we need to buy 12 licenses...
February 24, 2017 at 8:27 am
Chris Harshman (12/1/2016)
December 1, 2016 at 8:56 am
Actually, I did the evaluation upgradation previously. But not sure what happend, this time its not working.
August 16, 2016 at 8:08 pm
Try from command line using below commands
sqlcmd -S Servername -U username -P password --- If you are connecting by SQL Authentication
or
sqlcmd -S Servername --- --- If you...
August 16, 2016 at 2:30 am
Sorry attachment was missing. created new topic with same subject. Please reply to that new topic.
August 15, 2016 at 1:36 am
you can use xp_cmdshell to run batch files.
But you need to make sure that batch file wont have worse effect on system and databases.
August 2, 2016 at 3:17 am
Don't SQL Server has dynamic datatypes. Like varchar2, which normally consumes only the space which we entered as data in tables. Eventhough we declare as varchar2(50), and inserted 'test', it...
August 2, 2016 at 2:32 am
ChrisM@Work (7/7/2016)
Raghavender (7/7/2016)
July 8, 2016 at 3:39 pm
in the stored procedure if we change the substring in condition to like its working if we set the compatibility level to 120, where as with substring in condition its...
July 7, 2016 at 9:48 am
Viewing 15 posts - 31 through 45 (of 248 total)