Viewing 15 posts - 5,446 through 5,460 (of 13,877 total)
July 6, 2017 at 5:48 am
model like '%macbook%'
or model like '%imac%'
...
July 5, 2017 at 2:35 pm
Good morning experts,
There is a ETL job that has been running fine since 2014....
July 5, 2017 at 1:39 pm
Try changing the package ProtectionLevel property - try using DontSaveSensitive.
I would guess you...
July 5, 2017 at 10:57 am
July 5, 2017 at 9:05 am
Everyone should note that this question has previously been asked, and answered ... in a slightly different form ... here.
July 5, 2017 at 6:46 am
July 5, 2017 at 6:42 am
I have been doing some reading online and discovered the Lead and Lag Functions. ...
July 4, 2017 at 1:28 pm
Can we assume that there is no possibility whatsoever that the proc will be called twice (or more) at the same time?
If not, you need to add some code...
July 4, 2017 at 1:13 pm
July 4, 2017 at 10:24 am
Try this & see whether it helps:
SELECT
ObjName = OBJECT_NAME(referencing_id)
, referenced_database_name
FROM sys.sql_expression_dependencies
WHERE referenced_database_name IS NOT NULL;
July 4, 2017 at 9:50 am
If you are happy to post the plan here as a .sqlplan attachment, someone here may be able to help you (but bear in mind the date ... not many...
July 4, 2017 at 8:33 am
all other jobs perform the same if not slightly better.
this particular calls a...
July 4, 2017 at 8:21 am
July 4, 2017 at 7:51 am
I am currently in a situation whereby i have migrated 2 databases from SQL...
July 4, 2017 at 7:48 am
Viewing 15 posts - 5,446 through 5,460 (of 13,877 total)