Hi all,
After I installed Terminal Server on my Win2003 server I had problem to connect to SQL server.
I thought the problems where connected to the terminal server so I uninstalled Terminal server and restarted the server.
Users connects to SQL Server via ODBC sometimes get the following...
Hi all,
I want to install terminal licensing on a Win 2003 Enterprise edition server. The server has sp2 installed. The wizard from the control panel needs to know the path where sp2 is installed.
How can I figure out where it is?
Kent J.
Hi,
Great! Thanks!
Now it works, but I'm not sure what I did.
I ran the Windows Add/Remove components and ticked 'Terminal Server' and 'Terminal Server Licensing'.
Then I could set the maximum numbers.
Kent J.
Hi all,
In the Terminal Configuration Manager I can set the number of maximum connections for the Network adapter.
I can increase the number to 200 but when I close the consol I'll get:
'Configuration changes has been made to the registry...user sessions now active on RDP-Tcp will not be...
I'm not sure what you mean.
Is that the answer to how can I set properties for the group RemoteDeskTopUsers so that they only can use Internet Explorer?
Kent J.
Hi all,
I have a Java application and I want the users access this via RemoteDektop and Internet Explorer.
After the userlogin Id like to have Internet Explorer started and directed to a specific http-address.
How can I do this?
I've seen the consol 'Terminal Services Profile' in computer...
OK!
So I the syntax should be:
declare @sql nvarchar(8000), @d datetimeset @d = getdate()
set @sql=
'select into MyTable' + CONVERT(VARCHAR,@d,112) + ' from MyTable'
print @sql
execute @sql
I want a daily copy, that I need to save, of a specific table. Something like:
============
declare @sql nvarchar(8000), @d datetime
set @d = getdate()
set @sql='MyTable' + CONVERT(VARCHAR,@d,112)
select * into @sql
from MyTable
===========
Is this possible?
Kent J.
Hi,
Thanks, I've tried everything but nothing works.
Now I have iterruptions in the communication with 30 sec to 1 min intervalls - even I don't do anything. If I look in the system eventviewer I'll constant get:
"The system detected that network adapter Sweex LW057V2 Wireless LAN PCI Card 54...
No, I did't copy one to the other.
The wireless network card is from D-Link same as the Range Extender.
I got me another wireless network adaptor 'Sweex LW057V2 wireless LAN 54 mbps' but I still have this strange same MAC address phenomenon.
I don't get this 'IP in conflict..' any longer...
Hi all,
I have a wireless network.
I get the message: "Could not clear the ARP-cash"?
It's solved by arp -d
But I guess it's only a symtom of something else.
Someone who knows?
Kent J.
Hi all,
I have a wireless network with a ADSL modem/router with DHCP and a wireless DLink 'Range Extender' - DWL-G710.
I get: 'Windows - System Error. There is an IP-adress in conflict with another system on the network'.
Everything looks right except that 'MYCOMPUTER' and 'Range Extender...
Do I really have to restore the master db?
I want to migrate the users from a old server to a new server.
I saw this (revlogin):
http://www.tek-tips.com/faqs.cfm?fid=6608
Kent J.
Hi all,
I'm trying to restore a SQL-server 2000 Master database from a backup. I need to restore the security.
I understand that I have to be a single user on the server to do this.
To do this I have sqlserver.exe -m -c as a startup parameter.
But after startup I'm not allowed to access the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.