Viewing 15 posts - 18,946 through 18,960 (of 19,564 total)
As long as it is working, and the users are not overpermissioned - no reason that I can think of would make a "bad" approach.
December 3, 2009 at 9:48 am
jez.lisle (12/3/2009)
Are you using the localsystem account for the database services?
Yes
When using the localsystem account for the database services, you will need to establish a certificate for the mirror in...
December 3, 2009 at 9:46 am
doh - knew the right answer and clicked the wrong radial - pfpfpfpf
December 2, 2009 at 6:10 pm
I haven't used TSM for SQL 2005, so my recommendations would be as follows:
1. Install TSM on a server with SQL 2005
or
2. Install SQL 2005 management tools on...
December 2, 2009 at 4:53 pm
Something that works for some environments is to have a table where they have write permission. This table would hold job data. In this table they can submit...
December 2, 2009 at 4:35 pm
Yesterday while the tivoli backups were running on my SQL Databases, i noticed that out of 30 GB memory that is allocated through AWE, one of the clustered indexes on...
December 2, 2009 at 4:25 pm
The suggestion that Curtis gave about the CurrentID and Top N rows is essentially the same sort of configuration we have done. It works surprisingly fast for what it...
December 2, 2009 at 4:12 pm
SQLbee (12/1/2009)
I am looking to do some administration on a 2 node cluster based on Windows server 2003 Enterprise and SQL 2K5.
I have a few services that are...
December 2, 2009 at 4:09 pm
And I will give my vote to RedGate SQL Compare for schema and objects, and RedGate Data Compare for comparing the data in tables.
December 2, 2009 at 3:46 pm
Here is a bare bones skeleton script. If you modify it, you should be able to accomplish your goals.
WITH dedupeCTE (COl1,Col2, DuplicateCount)
AS
(
SELECT COl1,Col2,
ROW_NUMBER() OVER(PARTITION BY COl1,Col2 ORDER BY Col1)...
December 2, 2009 at 3:43 pm
Kabaari,
Lynn has put it very well and Lowell has helped tremendously with little to go on. There are many people in this forum ready to help, if they can...
December 2, 2009 at 3:25 pm
GilaMonster (12/2/2009)
CirquedeSQLeil (12/2/2009)
just came across this ad:http://www.sqlservercentral.com/Forums/Topic716821-360-3.aspx
You missed what happened over Thanksgiving weekend. On the friday that guy had posted to over 20 threads with exactly the same message, even...
December 2, 2009 at 3:17 pm
CALs do not control the number of concurrent queries. The CAL "controls" the number of Concurrent Clients. A CAL is associated with a server or desktop.
If you are...
December 2, 2009 at 2:44 pm
Viewing 15 posts - 18,946 through 18,960 (of 19,564 total)