Viewing 15 posts - 256 through 270 (of 409 total)
So you think there won't be any issues applying service packs,so no much testing is required like we do for the upgrade right? So i can skip the service pack...
June 13, 2019 at 4:17 pm
After running below it worked. Any comments on this?
GRANT CONTROL ON SCHEMA::dbo TO [DBROLE];
GO
June 5, 2019 at 6:35 pm
Thanks! I created the primary key and then ran the update statement gave an error Access didn't update due to type conversion failure due to key violations.
May 31, 2019 at 8:30 pm
16 is the total memory and 12 is assigned to sql.
May 24, 2019 at 6:27 pm
Is there a way to capture who and what logins got deleted using the same trigger?
May 22, 2019 at 6:23 pm
Thanks that helps.
I'm guessing that the "if exists then drop" needs to be there, just like any other database object.
IF TYPE_ID(N'dbo.ColumnTableType') IS NOT NULL
BEGIN
DROP TYPE dbo.ColumnTableType
END
GO
CREATE TYPE dbo.ColumnTableType AS TABLE
(
Column...
May 22, 2019 at 3:46 pm
The above trigger notifies when there is a new database get's created. However, when the database is restored it won't trigger the alert. Is there a way to add the...
May 14, 2019 at 4:34 pm
Storage team did not find any issues on their end. Not sure if they are properly looking at their end. If not, do you think it could be a network...
May 8, 2019 at 2:54 pm
Thanks! Sue. I have to replicate whole database with approx 50 tables to oracle. I can't think of any better option other than SQL Server replication to oracle. If i...
May 2, 2019 at 2:51 am
I agree with Sue!
May 1, 2019 at 6:11 pm
Viewing 15 posts - 256 through 270 (of 409 total)