Viewing 15 posts - 17,956 through 17,970 (of 26,489 total)
Here are the indexes you have:
idx_acct clustered located on PRIMARY acct_id
idx_acct_stub nonclustered located on PRIMARY acct_stub
idx_name nonclustered located on PRIMARY acct_stub, acct_name
First, if most of your queries are like the...
December 15, 2009 at 7:25 am
Without capturing the required data at specific points in time for reporting, about the only other suggestion I have is to back out of the data the transactions entered after...
December 15, 2009 at 7:13 am
You are getting a key lookup because you are asking for all the columns to be returned in the query. SQL Server is using the nonclustered index idx_name to...
December 15, 2009 at 7:02 am
I don't think so, particularly in SQL Server 2005. Checking the Resource Governor in SQL Server 2008, it looks like you can only control CPU and memory resources. ...
December 15, 2009 at 6:44 am
Yep, I can do it without using a UNION.
December 15, 2009 at 6:40 am
Bhavesh_Patel (12/15/2009)
Yes its an interview question ... and I am desperately looking for an solution.
Help Need.
I'm sorry, I don't see how we should help here. This is not that...
December 15, 2009 at 6:34 am
There is a difference, you have access to the database and the data, and to the SSIS package. This gives you a lot more info than we have, as...
December 15, 2009 at 5:24 am
I have some understanding of PeopleSoft has I help support the databases for our Finance and HR systems; as well as helping the PeopleSoft developers with SQL queries and tuning.
You...
December 14, 2009 at 10:51 pm
timscronin (12/14/2009)
Now that I am turning 50 it seems more frequent
I'm right there with you.
December 14, 2009 at 3:02 pm
Check out the db_ddladmin database role in BOL (Books Online) and see if this is what you need.
December 14, 2009 at 2:59 pm
No problem, happens to us all at one time or another.
December 14, 2009 at 2:54 pm
timscronin (12/14/2009)
December 14, 2009 at 2:46 pm
How about some sample data and what it should look like? In this case, you can show me what the parameters to the WHERE clause should be based on...
December 14, 2009 at 1:01 pm
I am sure that there is a better way to do what you are asking. Problem is, I'm not exactly sure what you are trying to accomplish. Please...
December 14, 2009 at 12:59 pm
Viewing 15 posts - 17,956 through 17,970 (of 26,489 total)