all groups > sql server clients > december 2003 > threads for december 29 - 31, 2003
Filter by week: 1 2 3 4 5
Linked Server and Remote Server
Posted by Noorali Issani at 12/30/2003 8:52:59 PM
Could you please explain what is the difference between Linked server and
remote server ..
I wanna remove all the remote server from my Server, how can I do ?
Any commands regarding this ...
Thanks in advance
Noor
... more >>
Want a SQL Server Enabler
Posted by jp at 12/30/2003 9:57:37 AM
We want to install SQL Server on a windows 2000 PC. i was told there is a
sql server enabler that can be installed on the 2000 pc so SQKL server can
be installed. Is this correct? anmy idea on the cost?
... more >>
Canot install sql client 2k on win 2k3 web edition
Posted by shiv at 12/30/2003 8:16:13 AM
Hi all,
I can aggree that its not possible to install sql server 2000 in win 2k3 web edition server. But it should allow me to install atleast the sql client on it. Is there anybody who knows about it? or how to trick the installation to install only the client
thanks
shiv... more >>
Linked Server
Posted by Noorali Issani at 12/29/2003 10:27:39 PM
I have created the linked server.. the query are as follows
EXEC sp_addlinkedserver @server='192.168.0.13',
@srvproduct='sqlserver',
@provider='MSDAORA', @datasrc='dataserver'
EXEC sp_addlinkedsrvlogin '192.168.0.13','false','sa','sa','ngsol'
it ... more >>
Replication
Posted by Noorali Issani at 12/29/2003 3:27:37 PM
Can any body tell me that how can I replicate the DDL commands into
Subscriber ?
Waiting for your reply
Noor
... more >>
Bulk insert error message
Posted by Olu Falowo at 12/29/2003 10:39:43 AM
Dear All
I am carrying out a bulk insert from a csv file into a
SQL Server table using the 'Bulk insert' statement within
a stored procedure. This operation works okay whenever I
manually run this sp on the server. However it generates
the error message shown below whenever I call this sp
... more >>
Put a log on mssql client
Posted by mcfried NO[at]SPAM yahoo.com at 12/29/2003 2:06:26 AM
Hi!
Is it possible to have a log an a mssql client?... more >>
|