Viewing 15 posts - 46 through 60 (of 248 total)
"Thanks! So you won't recommended this and there could be problems it depends?"
In order to say more precisely, in your case I would "profile" each monitoring tool to get understanding ...
August 8, 2019 at 7:51 pm
As usual - it depends. For instance, it depends on the way tools work and gather the data.
Some tools run server-side traces, others collect data from DMVs.
I saw an in-house...
August 8, 2019 at 3:41 pm
What do you use to "import data from one database to another" in the package?
August 7, 2019 at 9:23 am
Is "Table Lock" setting in Oledb connection enabled?
August 7, 2019 at 9:02 am
it depends on lock granularity
in worst case scenario whole both tables will be locked for other sessions till the end of tran
August 7, 2019 at 8:09 am
you can use a simple check like the following:
use [msdb]
go
if db_name()!='master' return
select getdate()
go
you will not see current date (select getdate()) because the current db is not...
August 7, 2019 at 8:01 am
in your case I would do the following:
August 7, 2019 at 7:55 am
I doubt BAG will allow you to take db offline for moving files.
That's why there is Step 1 in the list.
"when do I actually change the drive letters?"
It's Step 2...
August 6, 2019 at 3:04 pm
Simplest way is the following:
August 6, 2019 at 9:20 am
Thanks for ignoring my hint about English. I will follow the same path next time.
Regarding the column names: there's no quick and easy way to get both data & header in...
August 2, 2019 at 8:42 am
imho, there are two options here:
-- check is there a personal login/username in user DB
select * from sys.database_principals where...
August 1, 2019 at 3:42 pm
"I hope the picture is clear and that somebody can help me."
not quite so far
"When a new record, automatically, is created in the file then I want to...
August 1, 2019 at 1:00 pm
Try to restore recent backup of master db into another db to check that it's not corrupted.
August 1, 2019 at 7:58 am
Jeff, I agree that on busy systems these 5 files (20 MB each) of default trace will be overwritten soon, but look at at from the following angle:
August 1, 2019 at 7:44 am
Viewing 15 posts - 46 through 60 (of 248 total)