Viewing 15 posts - 1,816 through 1,830 (of 2,436 total)
WOuld it be possible to post the 'explicit' grants mentioned for creating the user defined role please ... I've been looking for something like this for some time - just...
October 11, 2005 at 11:48 am
Not so on the permissions thing. I have a number of SQL Servers registered under a normal domain user account - which cannot start/stop the SQL Services (I use a...
October 10, 2005 at 9:52 am
The secret(s) are:
If you...
October 7, 2005 at 5:23 pm
The easy way is to build the new cluster along side the existing cluster (with totally new names of course). Then after things have been switched (short for moving all...
October 7, 2005 at 2:24 pm
As far as I know the 'dt' stored procedures are used with the SQL diagramming tool (hence 'dt'). They first apepared in v7.0. The procedures are created 'auto-magically' when you...
October 7, 2005 at 2:20 pm
It's been a long week (that started last Monday :rolleyes a few late nighters
, a few all...
October 7, 2005 at 2:04 pm
Here's another good link:
October 7, 2005 at 1:07 pm
For issues of 'alias-ing' tables in a query, one should have a 'site standard' <period>. Clarity and maintainabilty are the secondary goals in the composition of SQL (and stored procedures)....
October 6, 2005 at 3:52 pm
To avoid any possible network traffic issues I always monitor directly from the SQL Server and store the files locally. PerMon generates a substantial amount of data through the wire...
October 6, 2005 at 3:40 pm
If you are using 'connection pooling' then this is probably not possible. If you are not using connection pooling, then it's time to change the application or look at another...
October 6, 2005 at 3:29 pm
SET WORSHIP_BILL_GATES_MODE OFF
GO
I realize that this is a MS/SQL Server site but it seems that yours volumes are approaching the scalability/reasonability limits of the present SQL Server. I've worked with Sybase...
October 6, 2005 at 3:23 pm
You may also want to pose the sp_spaceused results for each table in the query as well. The collective may be able to optimize your query, but let's face it,...
October 6, 2005 at 2:14 pm
RAM and CPU by database ? hmmm ... sounds interesting ... but one has to realize that those are global resources shared by all of the user and system spids...
October 6, 2005 at 11:53 am
You might want to perform a few 'due diligence' things (even though your deletion worked).
October 6, 2005 at 11:50 am
Viewing 15 posts - 1,816 through 1,830 (of 2,436 total)