Viewing 15 posts - 1 through 15 (of 46 total)
This happens for login of type windows authentication .
getting error due to login which are created at windows level or AD level .
plz check it using SQL security errorlog .ie...
September 7, 2013 at 4:27 am
sqlcmd failed using windows authentication ..-E
it basically happens due to if installation done from different login and now
you login into server with different login...
in this case what...
May 22, 2013 at 6:59 am
hi,
as seen in snapshot there is problem with sql server agent ..
plz check using 'sp_configure '
'Agent Xp ' option ... it is enable or not.
if you are deleting your publication...
April 27, 2013 at 5:42 am
hi how you got for answer this..
same error coming in one of my server.
i have made localhost servername entry in hostfile ..
then restarted server ..
it works ..
regards,
HEMANT..
April 2, 2013 at 5:43 am
hi,
plz check location of excel file from where your importing ..
check whether no one accessing file or might be file open..
regards
HEMANT
April 2, 2013 at 5:23 am
As mention ,log file extension idf .Database is accessible but in case of attach detach process it might create problem .
Regards,
HEMANT
March 29, 2013 at 3:54 am
what u can do first check port using telnet ,firewall.
if all ok then i think use hostname in connection string also make entry in host file .this will work.
March 1, 2013 at 3:45 am
i had face similar problem one of my server.
I got solution for this.
please find below link.
http://stackoverflow.com/questions/3389312/allow-ad-hoc-distribution-queries-for-all-users
hope this will work for you.
before doing change in registry first take...
January 30, 2013 at 8:15 am
there are several option available.
like logshipping ,mirroring ,replication .
database replication has to done when some table,sp are critical and you want to replicate then to staging database.
or you want entire...
January 30, 2013 at 7:18 am
hi ,i m executing DBCC checkdb on weekends for large database , bcoz its taking more time to execute .
Need suggestion whether to execute daily..
December 17, 2012 at 12:00 am
hi,
please check no of linked server .
also you should keep output of sp_configure before migrating to new server.
December 14, 2012 at 5:36 am
hi ,
i think this will you in some manner
http://www.sqlservercentral.com/Forums/Topic1142189-392-1.aspx
have check net response using ping -t
December 14, 2012 at 5:06 am
hi ,
please check below link..
in this commands,most frequetly used command are
DBCC INPUTBUFFER(Spid) to get query
DBCC shrinkfile(file_id ,size) to shrink file
December 14, 2012 at 4:53 am
hi,
please refer below link, it will help u.
http://www.howtogeek.com/118452/how-to-map-network-drives-from-the-command-prompt-in-windows/
December 13, 2012 at 5:47 am
hi ,
tempdb size increases due to several reason .
may be lot of records inserted or updated,
if large amount of data sorting is done.
Someone created index with option sort in tempdb...
December 13, 2012 at 2:45 am
Viewing 15 posts - 1 through 15 (of 46 total)