Hello all, I connect to the terminal server using MSTSC, when I run MSTSC.exe, it brings up the login screen asking for user name and password. Can I bypass this screen and send in user name and password parameters when I run MSTSC.exe? Any information will help, thank you.
Hello everyone, I'm a beginner when dealing with SQL Server 2k.
my PC is running only windows 2k, I can only install SQL server 2k Personal edition on it. Am I able to connect to this server from another machine? So far I cannot connect to it via ODBC or using VBA script.
When I first ran...
Hello everyone, I hope I am asking the right people, I have an SQL server setup locally and I connect to it using this code:
strConnection = "Driver={SQL Server};Server=PCNAME;Database=Master;Trusted_Connection=yes"
Set cnDTB = New ADODB.Connection
cnDTB.ConnectionString = strConnection...
Please if anyone can help me...
I am using Advanced Filter code to display a set of unique values from a large column of data
here is my code to advanced filter
Sheets("Data").Columns("D:D").AdvancedFilter Action:=xlFilterCopy, _
CopyToRange:=Range("B9")...
hello everyone, i'm a beginning programmer and i need help writing code to delete a row at a time...
i have two tables and where there is a match in one of the columns, i want the row deleted in one of the tables.
I use a "DELETE FROM [] WHERE Value1 = Value2" statement but it...
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.