Viewing 15 posts - 151 through 165 (of 768 total)
Thanks much..
How to use newline character so that after each statement I can get the "go" and the new statement will appear followed by a new line. Can you suggest?
...
January 11, 2017 at 11:06 am
Thanks guys. Was thinking if any way to export using T sql script as I do that for triggers by writing my script.
January 11, 2017 at 10:23 am
In my case, I dont have the agents,,as the SQL Servers are in express edition. Those do not have agents.
So I wrote my own custom backup code and want to...
December 14, 2016 at 12:39 pm
The SQL Server is Express Edition...so I need a simple solution as I cant schedule the jobs to run through Agent.
December 14, 2016 at 9:06 am
Is this the correct one? I just gathered the data from the tables.
SELECT @@servername, p.project_id, p.name,f.name, ev.value
FROM catalog.packages p
inner join [SSISDB].[internal].[projects] pp
on p.project_id = pp.project_id
inner join [SSISDB].[internal].[folders] F
on...
December 12, 2016 at 12:02 pm
Yes, please..
I made a join with another few tables and found the the folder reference, along with this if could get the env details, would be easier for me to...
December 12, 2016 at 11:59 am
This gives me the list of packages, thanks for that. But each package has few configuration associated to it.
If I could get the config details, would have been excellent for...
December 12, 2016 at 11:24 am
Only the bar here for me is that, I need to copy the backup from the remote NAS share server which is in PROD domain to the NON PRod server...
December 12, 2016 at 10:08 am
Hi Ken
Thanks for sharing the script.
The prod backup goes to a NAS shared location which is in Prod domain. The Non Prod servers are in TEST domain. Both the servers...
December 12, 2016 at 9:45 am
I had a quick view on the posts. Very nice. But those are not inline to setup the SQL Jobs. Do you have any other useful articles to get more...
December 2, 2016 at 10:50 am
Do you have any supporting articles to refresh the skill on it? I will post this to SQL 2012 forum - thanks for the advise.
December 2, 2016 at 10:14 am
Any advise guys?
December 1, 2016 at 8:38 am
I already have a Proxy account set. I am calling the xp_cmdshell using the SQL SSMS so I hope it should use sysadmin rights. No?
In order to use the proxy...
November 22, 2016 at 7:26 am
Viewing 15 posts - 151 through 165 (of 768 total)