Viewing 15 posts - 31 through 45 (of 172 total)
I guess, we may not be able to connect to the servers which are not in our network. you may have to RDP into them ... This is what I...
March 24, 2010 at 2:12 pm
select is_published,is_subscribed ,* From sys.databases
March 24, 2010 at 2:03 pm
DECLARE @SageDataBase NVARCHAR(60);
SELECT @SageDataBase = ACSODBC
FROM tblCompany...
March 24, 2010 at 1:57 pm
Thank you very much for all your inputs. We successfully migrated to new domain with out any issues. After seeing the responses, I just backedup all my dbs, scripted logins...
March 12, 2010 at 2:20 pm
Where are you getting tex.BoatID from?? which table is it in?? you should alias some table with tex, the error message says there is no column with tex.BoatID.
February 18, 2010 at 9:52 am
Hi , Did you ever get answer for this? I am trying to find out some information about this keep alive property in SQL server. basically, I want to disable...
January 13, 2010 at 12:08 pm
does
sp_help tablename
help you??
November 2, 2009 at 2:39 pm
for me
select convert(datetime,convert(char,getdate(),100)) it worked perfect.I just don't want seconds and msecs.
October 28, 2009 at 7:24 am
Awesome...Thank you for the very quick post.
October 28, 2009 at 6:45 am
Thanks eveyone for your replies...It worked with the 2 single quotes
Thank you Matt...
October 16, 2009 at 1:45 pm
Its my dream to work at Microsoft....I would love it.
October 13, 2009 at 6:56 pm
The other option you may have to check is, make sure that port 25 is enabled...sometimes the antivirus may disable this port...
October 8, 2009 at 8:32 pm
Open the replication monitor, click on the publication in the left window and go to the agents tab where you will find all the 3 agents. you can right click...
October 8, 2009 at 8:10 pm
you may have to check maximum size settings for the database !!
October 6, 2009 at 1:57 pm
Viewing 15 posts - 31 through 45 (of 172 total)