Viewing 15 posts - 556 through 570 (of 761 total)
al_yamama_1980 (4/30/2012)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\ [Instance Name]\MSSQLServer\SuperSocketNetLib\Tcp\REG_SZ TcpPort=
This means that there is no registry entry for the default port that SQL Server is listening to. You can edit it as mentioned...
April 30, 2012 at 2:43 am
From what I understand, the first two requirements are not Trigger requirements at all. You can do the following for your requirements:
1. If there is no @ symbol exists...
April 30, 2012 at 1:14 am
The following link might help you:
SQL Server May Not Listen on TCP/IP Sockets When TCP/IP is the Only Protocol
April 30, 2012 at 12:13 am
Please post the data and the query you used.
April 30, 2012 at 12:06 am
Jeff Moden (4/28/2012)
vinu512 (4/27/2012)
I've just started as a DBA(a while back) and have no idea where I will end up with it. But I am definitely loving...
April 29, 2012 at 10:19 pm
MysteryJimbo (4/28/2012)
vinu512 (4/28/2012)
Sql Server 2005/2008 very well support Unicode. You just need to insert data correctly. Plus, you need to use data types like nvarchar for good performance.
You dont necessarily...
April 28, 2012 at 6:27 am
Sql Server 2005/2008 very well support Unicode. You just need to insert data correctly. Plus, you need to use data types like nvarchar for good performance.
April 28, 2012 at 5:13 am
vinu512 (4/28/2012)
fmaruf (4/28/2012)
I hope everybody is doing well.
I have two Windows Server 2003 Servers. On both servers, we have installed same application and SQL Server 2008 database. Both servers are...
April 28, 2012 at 3:15 am
Included columns improve the performance of Select queries. But, having too many Included columns decreases the performance of Insert, Update, or Delete operations to the underlying table or indexed view...
April 28, 2012 at 2:29 am
maryamzolfaghar (4/28/2012)
I want to upgrade from sql 2000 to 2008
I get errors like:
method not found...
April 28, 2012 at 1:27 am
fmaruf (4/28/2012)
I hope everybody is doing well.
I have two Windows Server 2003 Servers. On both servers, we have installed same application and SQL Server 2008 database. Both servers are located...
April 28, 2012 at 1:24 am
jbkumar03 (4/27/2012)
I have Sql 2000. Since their a problem with unicode.
I have a doubt.whether Sql 2005/2008 will support unicode.
Problem arises with unicode is Unique key is Ariseing Error for...
April 28, 2012 at 1:13 am
jbkumar03 (4/27/2012)
I need to upgrade my Sql Server from sql 2000 to Sql 2008.
Is there any problem will arise or any syntax issue will come..
Can any know...
whether u have...
April 28, 2012 at 12:22 am
Thank you Mr. Moden.
I've just started as a DBA(a while back) and have no idea where I will end up with it. But I am definitely loving what I am...
April 27, 2012 at 11:32 pm
April 27, 2012 at 11:20 pm
Viewing 15 posts - 556 through 570 (of 761 total)