Viewing 15 topics - 11,536 through 11,550 (of 283,901 total)
Topics
Started by
Posts
Last post
SELECT CASE WHEN EXISTS ( SELECT name FROM msdb.dbo.sysjobs WHERE name = 'JobA' ) THEN 'Exists' ELS…
2 replies
Comments posted to this topic are about the item The Log File Structure
5 replies
This post has an attachment that is a .sqlplan, with the extension changed This topi…
1 replies
I'm not sure if this is by design or just a bug. I edited this page twice https://www.sqlservercent…
2 replies
Apologises if this is user error. I tried to attach a file to this post (https://www.sqlservercentr…
3 replies
All, Firstly to put this into context - I'm trying to improve my knowledge on reading execution pla…
3 replies
Friends Bit confused query for me. Dunno how to ask correctly. I have two tables. One with only one…
4 replies
SELECT CASE WHEN EXISTS ( SELECT name,enabled FROM msdb.dbo.sysjobs WHERE name = 'Myjob' ) THEN 'Ex…
2 replies
Hi all, I made a SSIS package on a développement server . I deployed it using manifest file in fol…
2 replies
select case when name = 'ValueA then 'Yes' else 'No' END as MyDB from sys.sysdatabases where name l…
8 replies
I built multiserver administrative servers. My principal server has 1 job which I manually executed…
1 replies
So I have a linked server that works fine. I then created a join to the remote table as part of my …
1 replies
Comments posted to this topic are about the item Chopping Off Data
30 replies
Comments posted to this topic are about the item Setting Affinity
5 replies
Hi All, I want to Set up log shipping on TDE encrypted database using solar wind SFTP. So what will…
2 replies
Viewing 15 topics - 11,536 through 11,550 (of 283,901 total)