Viewing 15 posts - 1 through 15 (of 91 total)
What version of Windows are these running on? Or, more importantly- are you sure the disk partitions are aligned [in both environments]? Nothing leads me to suspect this is your...
November 14, 2012 at 10:50 am
select 'select ''' + a.TABLE_NAME + ''' as TABLE_NAME from [' + a.TABLE_SCHEMA + '].[' + a.TABLE_NAME + '] where COMPKEY = 270188 union'
from INFORMATION_SCHEMA.TABLES a
join INFORMATION_SCHEMA.COLUMNS b
on...
November 13, 2012 at 1:09 pm
You could write an installation script for this, assuming the client has network access to a copy of the media something like (below) would install only management studio;
\\yourserver\share\folderwithmedia\setup.exe /Action="Install" /IACCEPTSQLSERVERLICENSETERMS...
November 13, 2012 at 12:57 pm
I ran EXEC master.dbo.sp_dropserver '[NYTSQLBMCP\NYTSQLBMCP]' and it failed saying run sp_helpserver. Sorry I don't have the error message any longer. Now I am stuck.
Thanks for your help.
Patti
Remove...
November 13, 2012 at 12:36 pm
GilaMonster (3/2/2011)
Please note: 6 year old thread
7 years now, and still relevant.
July 13, 2012 at 11:04 am
nzrdb6
Has the service profile of srv2 been allowed to delegate the spn's of srv3?
When you checked sys.dm_exec_connections for auth scheme, did you do this from PC1->srv3 and also from srv2->srv3?...
December 2, 2010 at 3:32 pm
Looks like that should all work, but two things seem odd.
1) That error doesn't sound familiar. I was curious enough to try to build one of these in BIDS and...
November 23, 2010 at 4:27 pm
I recently had a problem where a SQL Server was falling back to NTLM. The solution was rather simple, and in case its of help (I don't think I've seen...
October 19, 2010 at 10:17 am
I realize this thread is over a year old now, but in case its of help to anyone; in full recovery mode the filestream files get removed after a checkpoint...
August 11, 2010 at 12:49 pm
I ended up reorganizing or rebuilding based on fragmentation level;
< 5% or < 30 pages = do nothing
+ < 40% fragmentation = reorganize
+ > 40% fragmentation = rebuild
This reduced...
July 13, 2010 at 12:56 pm
Hi-
I am having this problem when I use sp_msforeachtable to rebuild indexes. How did you get around it if setting quoted_identifier doesn't have any impact?
Thanks
For a different reason I ended...
July 13, 2010 at 12:49 pm
Hi Anish,
I'm curious what solution you ultimately went with and how this is going. I'm in a similar position where I have a large database I'm mirroring, and it...
July 6, 2010 at 11:44 am
Adam Bean (3/24/2008)
February 26, 2010 at 2:17 pm
I followed this and worked without problem. Same instructions from msdn; http://blogs.msdn.com/petersad/archive/2009/02/25/sql-server-2008-creating-a-merged-slisptream-drop.aspx, with pictures.
If it's of help, the reason I needed to do this was I was getting this...
January 20, 2010 at 5:29 pm
praveen.g.thampi (1/22/2009)
So i think the best solution is to call the rest 4 jobs on the last step of job 3?
Provided that that last step is reached On Success...
January 22, 2009 at 9:28 am
Viewing 15 posts - 1 through 15 (of 91 total)