Viewing 15 posts - 1 through 15 (of 18 total)
Not multi - VLAN, I believe; the servers are in AWS and VLANing isn't supported there. The subnet masks are set to make the multi - subnets, aren't they? So...
May 21, 2020 at 9:00 am
Something to remember if aliasing - it can become VERY confusing for a new starter. I've been dropped into an environment where some servers used aliased names and struggled to...
May 20, 2020 at 11:33 am
One thing to remember is that, while the DB will be entirely in the proper format - DDL dust bunnies will have been vacuumed up! - I believe that the...
May 20, 2020 at 11:28 am
Fully agree with the previous 2 posts - but from a purely practical point of view...
Remember you could create very tight permissions for the account which needs to access the...
May 20, 2020 at 11:23 am
Just to add a comment - I have exactly the same issue. Looking at why a query has suddenly stopped returning I found the same thing - a string of...
November 28, 2011 at 3:44 am
sp_update_job is definitely the way - the GUI disable and updating the table directly both seem to cause failures.
February 15, 2011 at 2:15 pm
The deployment was using SSMS 2008 on a remote PC. The security setup was (on the development package) the default encrypt sensitive using user key, and on the import to...
September 6, 2010 at 6:30 am
Sorry, all - this is actually SQL2008 not 2005 but I can't see how to switch forum/delete the post so I've created a new one in 2008 General!
September 3, 2010 at 3:40 am
I guess the table is about 25GB so I think the log will fill and then the statement will stall.
How about:
- Create a new copy of the table (with the...
April 9, 2010 at 8:33 am
You sound very surprised about the number of rows - are you sure it's actually true? I'd be inclined to run some DBCC to make sure it's not got its...
April 9, 2010 at 8:22 am
That's absolutely correct. SQL works in a similar way to Windows - once you are authenticated in the server you're fine until you disconnect. This is the same with Integrated...
April 9, 2010 at 8:15 am
I have also seen remote queries do wierd things in the optimiser. In addition multiple joins into a remote table will be relatively slow. How about this:
1. Create a temp...
April 9, 2010 at 8:10 am
Brandie
This definitely happens when disabling from the GUI (see previous post). The system SP runs another SP, sp_sqlagent_notify, which clears the cache for the job; again, see previous post. So...
April 9, 2010 at 7:53 am
Just a note, if you remove the users' local admin rights on the machine, you will then need to get a domain admin (or someone else who is a local...
February 9, 2010 at 4:04 am
Found an update. SQL Server, in the sp_update_job, runs "exec msdb.dbo.sp_sqlagent_notify @op_type = N'J', @job_id = @job_id, @action_type = N'U'" which resets the cache for this Job_ID. So there is...
February 8, 2010 at 9:44 am
Viewing 15 posts - 1 through 15 (of 18 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy