Viewing 15 posts - 91 through 105 (of 1,247 total)
Could you provide references or links for your statements?
February 27, 2009 at 8:03 pm
Could you explain what recompile a table mean while using this stored procedure?
February 27, 2009 at 3:56 pm
We can get it using cursor. But many people do not like it.
February 23, 2009 at 2:48 pm
Do you use PeopleSoft or Lawson application in your connection? Lawson system uses its own security tunnel to access SQL Server. If so, please ask your vendor for help. I...
February 22, 2009 at 3:05 pm
You may try BIDS (Business Intelligence Development Studio).
February 22, 2009 at 2:34 pm
You may try something like this,
DBCC SHRINKFILE(myLogicalFile, EMPTYFILE)
ALTER DATABASE myDB REMOVE FILE myLogicalFile
February 21, 2009 at 2:55 pm
1. I would like recommend you to post such a question in T-SQL forum. People there are more happy for this kind of question.
2. You need to provide information on...
February 21, 2009 at 2:46 pm
Find the training where trainer can help you get your certificate.
Find the materials which contains questions in exam.
Ask your friends which firms provide you this kind of stuff. The information...
February 21, 2009 at 2:34 pm
Try the following links. The articles below list some possible approaches in trouleshooting this issue. May they help.
http://blogs.msdn.com/sql_protocols/archive/2005/09/28/474698.aspx
February 20, 2009 at 7:47 pm
Did you try
sp_who2
or
SELECT * FROM sys.dm_exec_connections
?
February 20, 2009 at 7:37 pm
I did check. BOL states that DAC check default port first. If the default port does not exist, it will automatically check the open port for DAC.
February 20, 2009 at 7:34 pm
Thanks all.
In SQL 2000 and Sybase 12.5, the attached string is related to connection session. In SQL 2005, it is not.
🙂
February 20, 2009 at 1:31 pm
I used a sa account.
My SQL Server version is SQL 2005 enterprise edition with SP2.
February 20, 2009 at 10:39 am
Viewing 15 posts - 91 through 105 (of 1,247 total)