Viewing 9 posts - 181 through 189 (of 189 total)
Another option for SQL 7.0/2000...
Log Explorer can be configured to save login session information to a table in a database which you specify. I believe it uses Trace functions...
February 20, 2003 at 8:35 am
Depending on what you trying to accomplish, I don't think SQL Server Profiler is the best choice of tools. If all you are only interested in is some statistics...
February 20, 2003 at 8:16 am
You can specify either hostname or IP address comma port number in Query Analzyer and Enterprise Manager.
Perhaps it's some type of firewall rule try either:
myserver.mydomain.com,myportnum
or ipaddress,myportnum
February 6, 2003 at 12:17 pm
One method I regularly use -- I have a database called DBObjCopy on each server. When I need to do an ad hoc backup of a table I'll simply...
January 30, 2003 at 3:54 pm
As far as getting the parameter names and datatypes you could just select from information_schema.parameters rather than query the system tables directly.
December 31, 2002 at 8:22 am
Expanding on the SQL job concept, rather than changing the table owner to a user other than dbo. You could give the user permission to execute only one job...
December 31, 2002 at 8:09 am
I posted a script which scripts out all remote/linked servers with all settings.
http://www.sqlservercentral.com/scripts/contributions/620.asp
December 9, 2002 at 8:01 am
Listing SQL Server databases in Activie Directory is only useful if applications are developed to take advantage of it. Microsoft White Paper "Integrating Applications with Windows 2000 and Active Directory"*...
November 11, 2002 at 12:38 pm
If you don't have the $$, ICT Database Designer provides the same basic functionality as Viso, but it's free.
September 19, 2002 at 1:08 pm
Viewing 9 posts - 181 through 189 (of 189 total)