Viewing 15 posts - 136 through 150 (of 176 total)
ChrisM@Work (10/17/2016)
Firstly, as Jeff pointed out, the SELECT. Use the OUTPUT clause instead,...
October 17, 2016 at 5:53 am
Raghavender (10/17/2016)
Thank You.Can we setup cluster on VMs ?
Yes
October 17, 2016 at 5:44 am
Raghavender (10/14/2016)
Could you please help me in setting up SQL Server cluster in cross domain.
What are the prerequisites, what are the precaution we need to take.
Is there any guide...
October 17, 2016 at 2:37 am
Jeff Moden (10/16/2016)
Rechana Rajan (10/16/2016)
declare @0 bigint,@1 bigint,@2 varchar(50),@3 bit,@4 varchar(50),@5 datetime2(7),@6 varchar(50),@7 datetime2(7)
INSERT [dbo].[Transaction]
([TransactionId], [ConId], [TransactionStatus], [Status], [CreatedUserId], [CreatedDate], [UpdatedUserId], [UpdatedDate])
VALUES...
October 17, 2016 at 1:38 am
Willem G (10/10/2016)
Hi,You might want to check out this post:
Thanks Willem
October 16, 2016 at 1:04 am
Phil Parkin (9/28/2016)
Rechana Rajan (9/28/2016)
Phil Parkin (9/28/2016)
Rechana Rajan (9/28/2016)
September 28, 2016 at 7:05 am
Phil Parkin (9/28/2016)
Rechana Rajan (9/28/2016)
BEGIN TRY
...
September 28, 2016 at 6:37 am
Eirikur Eiriksson (9/26/2016)
😎
On the other hand, this looks like a multi threaded Entity...
September 27, 2016 at 1:16 am
GilaMonster (8/31/2016)
If you don't have rollback scripts, then you're looking at restoring a copy of the database to a point before the deployment and then trying to...
September 1, 2016 at 2:07 am
Eddie Wuerch (5/30/2016)
May 31, 2016 at 4:47 am
Thanks HappyCat.
I understand that Listener is not an instance. My question is how can i determine where a query is routed, to primary or secondary? I believe that read-only queries...
May 29, 2016 at 11:52 pm
tmmutsetse (4/13/2016)
EXECUTE dbo.DatabaseBackup
April 13, 2016 at 5:26 am
Check whether the backup is proper. Run restore verifyonly on that file.
April 13, 2016 at 4:54 am
helper_10 (3/20/2016)
March 21, 2016 at 12:31 am
Viewing 15 posts - 136 through 150 (of 176 total)