Viewing 15 posts - 4,441 through 4,455 (of 6,105 total)
It'll use the connection as you defined it in the linked server configuration.
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
April 19, 2003 at 6:45 am
Analysis Services, while having the SQL Server name, is really a separate product. Keep in mind that the supporting database is in MS Access, though you can switch it to...
April 19, 2003 at 6:45 am
You know, I saw the same thing when I upgraded to build 635 and I couldn't trace it to anything specifically, but I was connecting to SQL Server. I didn't...
April 19, 2003 at 6:42 am
This is true, but remember that stored procedure creation puts entries into the system tables. It does not compile the stored procedure.
I think SQL Server allows this in case you...
April 17, 2003 at 1:43 pm
What version of Perl are you using? ActiveState or compiled yourself?
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
April 17, 2003 at 8:48 am
1) First step is to understand what the certifications are and how you achieve them:
http://www.microsoft.com/traincert/default.asp
2) Determine what certification you want to attack first and specifically what exam you want to...
April 17, 2003 at 7:03 am
Keep in mind that if you give the user db_ddladmin and the user creates the object belonging to dbo, the user won't be able to assign permissions (you didn't say...
April 17, 2003 at 6:50 am
We do something similar to what Antares recommends. One addition is to also exclude pagefile.sys (Windows page file). This is usually found in the root of the system drive (typically...
April 17, 2003 at 6:46 am
quote:
would revoking his rights to the tables still enable him to write to a table via a sproc (which is ok with...
April 16, 2003 at 5:22 pm
If you know the groups and the # of records to sum for each group, the easiest way that comes to mind is with a UNION (actually a UNION ALL...
April 8, 2003 at 11:29 am
I know this is standard boilerplate, but remember that such changes are not supported by Microsoft. Should they encounter an issue when you place a support call, they might ask...
March 31, 2003 at 12:54 pm
Could be scanning. Could also be one of the two SQL worms related to the blank sa password issue roaming around. The port from the client is dynamically assigned by...
March 27, 2003 at 3:27 pm
It's a buffer overflow error in a function within NTDLL.DLL. Something probably got patched in SP2 and carried forth from there.
MS 03-007 covers the vulnerability, but only points to IIS...
March 26, 2003 at 3:21 pm
No. Only SQL Server 2000 versions are affected.
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
March 26, 2003 at 9:09 am
Technically, though, even when going through EM it changes the registry key. ![]()
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
March 25, 2003 at 11:12 am
Viewing 15 posts - 4,441 through 4,455 (of 6,105 total)