Viewing 15 posts - 3,511 through 3,525 (of 4,477 total)
June 3, 2017 at 2:33 pm
In an existing ssrs 2008, I am going to add an image (logo) to...
June 2, 2017 at 2:44 pm
SELECT DISTINCT Name ,
STUFF(( SELECT ',' + Car
FROM #t2 t2
WHERE t2.Name= t1.Name
ORDER BY Name
June 2, 2017 at 11:40 am
Another thing to consider is archiving using partitioning.
For deleting large amounts of data, you typically want to do the deletes in batches. You may also...
June 2, 2017 at 11:21 am
June 2, 2017 at 11:14 am
June 2, 2017 at 11:11 am
Is SQL Browser running on each node?
Also as Thomas indicated, all changes for the accounts should be done through Configuration Manager so the permissions are...
June 2, 2017 at 11:10 am
He prob created...
June 1, 2017 at 4:24 pm
June 1, 2017 at 4:04 pm
June 1, 2017 at 3:28 pm
You could do this with a...
June 1, 2017 at 12:49 pm
Try sys.server_event_sessions instead.
Cheers!
EDIT: Got distracted while typing it...
June 1, 2017 at 8:47 am
June 1, 2017 at 8:44 am
June 1, 2017 at 8:43 am
We have SQL user created with with DBO permissions for a specific db created for...
June 1, 2017 at 8:31 am
Viewing 15 posts - 3,511 through 3,525 (of 4,477 total)