Viewing 15 posts - 2,941 through 2,955 (of 6,679 total)
Here is an article that might explain what you are seeing: http://msdn.microsoft.com/en-us/library/aa337286.aspx
It could simply be the fact that the login through your application does not have VIEW DEFINITION on the...
November 26, 2011 at 9:45 am
Sounds like an issue accessing the domain controller and verifying that domain user. When you created the login, did you create it exactly the same as what is in...
November 25, 2011 at 12:11 pm
If you can confirm that the database is no longer (or never was) involved in replication, you can disable the replication (sp_repl_done). If that doesn't work, Gail has an...
November 25, 2011 at 12:08 pm
Well, I don't know if that would work or not - seems like it would, but you are also referencing a geo-cluster which is a bit different.
Either way, to upgrade...
November 25, 2011 at 11:59 am
salliven (11/25/2011)
Hello!You are check both server and tables and columns collation.
How will this change the fact that SQL Server will return rows in whatever order it deems is best -...
November 25, 2011 at 11:54 am
Peter Brinkhaus (11/25/2011)
Jeffrey Williams 3188 (11/25/2011)
November 25, 2011 at 10:46 am
george sibbald (11/25/2011)
by shut down the passive node I believe jeffrey means pause the node via cluster manager
Nope, means exactly what I stated. Shut down the node - power...
November 25, 2011 at 10:42 am
Fail the instance over to the node that is not upgraded - shut down the passive node and then apply the service pack to that node.
If you don't shut down...
November 25, 2011 at 10:05 am
Gianluca Sartori (11/25/2011)
wuze_ (11/25/2011)
But when...
November 25, 2011 at 10:01 am
This is one of the reasons why it is not recommended that you use '*' in production code. When you modify the underlying tables, the views will not reflect...
November 25, 2011 at 8:30 am
Just a thought - if you have the window to kick the users out of the system for some time.
1) Perform a full backup...just to be safe
2) Set database to...
November 24, 2011 at 8:02 am
ammo-963576 (11/22/2011)
With your SSIS project approach, are you able to get the package to log to the existing maintenance plan tables in MSDB? And have Management Studio recognize your...
November 23, 2011 at 2:58 pm
Evil Kraig F (11/22/2011)
On a side note, I'm...
November 22, 2011 at 2:07 pm
I wouldn't say I was a proponent of #3 - just that it can be done. I worked with an individual who set this up using VBScript - and...
November 22, 2011 at 12:48 pm
Just got back to this - and Gail answered for me, thanks.
I use a custom utility that deletes files based on the number of full backups I want to keep....
November 22, 2011 at 12:37 pm
Viewing 15 posts - 2,941 through 2,955 (of 6,679 total)