Viewing 15 posts - 1 through 15 (of 73 total)
Phil Parkin (7/7/2016)
Just to totally rule out a permissions issue, can you temporarily change the SQL Agent logon credentials to be yours, rerun the job & then verify (again from...
July 8, 2016 at 4:19 am
The All Executions report, overview page looks fine. Parameters Used list looks good and the UNC path name to the flat file is correct.
July 7, 2016 at 3:39 pm
The folder I am iterating over is a project parameter and works fine (and is a UNC path that is permissioned to my user account and the SQL Server Agent...
July 7, 2016 at 3:15 pm
Thanks for the reply Hugo, no the database is in READ_ONLY mode, i.e. as you said with the ALTER DATABASE statement.
February 10, 2016 at 9:21 am
have2much (12/8/2015)
http://www.sqlservercentral.com/blogs/dknight/2012/05/16/upgrading-packages-to-ssis-2012/
Thanks but that requires manually adding each of the 400 packages to a Project first. I'm looking for something automated.
December 9, 2015 at 3:17 am
curious_sqldba (12/8/2015)Are the packages stored in msdb or filestore?
FileStore. They're all in a single directory and are run using C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\DTExec.exe. Each package has a package configuration...
December 8, 2015 at 9:51 am
I might be able to answer my own question if I can find a SQL Audit filter predicate list. So I can do something like WHERE server_principal_name like etc.. Can...
April 4, 2014 at 10:16 am
Hi Ed, thanks for the reply.
Yes, I've been doing some testing today on Windows Server 2012 R2 and SQL Server 2014 CTP2 (until RTM arrives next week) 🙂
Even though I...
March 26, 2014 at 3:50 am
paul.knibbs (1/14/2014)
Jeff Moden (1/13/2014)
Unless someone changed it, the SA password is the one used when SQL Server was installed.
But you're not asked to specify an SA password during setup if...
January 14, 2014 at 3:38 am
Thanks Keith I know that. I'm wondering how the password is generated. i.e. is it secure enough? I'm wondering if I have to set my own "good" password for security...
January 13, 2014 at 9:24 am
I worked it out. Can be done with /SKIPRULES=RebootRequiredCheck
January 13, 2014 at 6:55 am
Thanks John, I'm looking for a reference to editions, not versions. Still can't find it...:w00t:
April 9, 2013 at 12:11 pm
Thanks I completely agree. What I am after, is a statement from Microsoft in the documentation or otherwise. I am having a discussion with a vendor and I need to...
April 9, 2013 at 11:41 am
It's not a homework question, but I knew in the back of my mind that it could be solved without using RBAR. Thanks Fitz and Dwain!
April 25, 2012 at 1:23 am
anthony.green (4/24/2012)
something like this
Thanks that does provide the correct result but my hunch is that it can be solved in one statement using RANK and OVER statements. There you go,...
April 24, 2012 at 2:20 am
Viewing 15 posts - 1 through 15 (of 73 total)