Viewing 15 posts - 106 through 120 (of 180 total)
tmmutsetse - Thursday, January 11, 2018 8:30 AMAnyone who did it before?
I did that many times. I used side by side migration...
January 11, 2018 at 6:46 pm
January 11, 2018 at 3:23 pm
January 10, 2018 at 7:46 pm
Hi,
It is not the first time you are asking the same question. From the provided information is not obvious what is happening on your server. Can you publish a XML deadlock...
January 9, 2018 at 2:58 pm
You can do this but bare in mind that the only server will have that name either one with the SSAS instance or one with other instances.
January 8, 2018 at 8:17 pm
Hi,
If you have different variation of parameters you can do something like
if(@style = 1)
begin
SELECT *
FROM OPENJSON(@json)
WITH(
idn int '$.id',
name NVARCHAR(50)...
January 8, 2018 at 1:02 pm
You have forgotten one quote mark in the line - set @cmd = ''''use [' + @name + ']; and one in the line ''''.
January 7, 2018 at 5:27 pm
Hi Netanel,
You can check that out in the example database - https://github.com/Microsoft/sql-server-samples/releases/download/wide-world-importers-v1.0/WideWorldImporters-Full.bak
January 7, 2018 at 1:47 pm
January 4, 2018 at 1:37 pm
Hamid-Sadeghian - Thursday, January 4, 2018 6:47 AM...unfortunately I cannot change the query...
If it is on an Enterprise Edition you can try...
January 4, 2018 at 1:34 pm
Why don't you use the backup and restore from MS Management Studio?
https://docs.microsoft.com/en-us/sql/relational-databases/backup-restore/restore-a-database-backup-using-ssms
January 4, 2018 at 1:22 pm
There is a way how to contribute a script - http://www.sqlservercentral.com/Contributions/Home 😉
December 27, 2017 at 6:17 pm
Viewing 15 posts - 106 through 120 (of 180 total)