Viewing 15 posts - 181 through 195 (of 506 total)
Dear Mr. Celko,
Please limit your criticism to that of a constructive nature. Remember us...
July 25, 2018 at 12:22 pm
EXEC sys.sp_MSforeachdb
@command1 = N'USE [?];IF ''?'' NOT IN(''msdb'', ''master'', ''tempdb'', ''model'') AND NOT EXISTS(SELECT principal_id
FROM sys.database_principals dp
JOIN sys.database_role_members drm ON dp.principal_id=drm.role_principal_id
WHERE dp.name =...
July 24, 2018 at 11:03 am
July 23, 2018 at 4:46 pm
SELECT [Line of Business],
Please repost your sample data as Table DDL and DML. A picture may be worth a thousand words but it's useless for posting to a SQL forum.
July 23, 2018 at 4:37 pm
The issue here is the latency with web service requests processed RBAR. If you could upload the data to Melissa so they could import and enhance the data all on...
July 16, 2018 at 3:18 pm
What OS are you installing on?
June 29, 2018 at 12:30 pm
Right click the linked server and select properties. Set RPC, RPC Out and Enable Promotion of...
June 26, 2018 at 2:57 pm
Based on that I would change my answer to it depends on it's rate of
June 26, 2018 at 2:13 pm
When a new table is created that has page compression, no compression occurs. However, the metadata for the...
June 26, 2018 at 2:04 pm
Does the account SQL Agent runs under have permissions to the package path?
June 21, 2018 at 11:44 am
In the flat file connection manager make sure the column is defined with a length long enough for the longest value.
June 21, 2018 at 11:34 am
Viewing 15 posts - 181 through 195 (of 506 total)