Viewing 15 posts - 3,256 through 3,270 (of 7,498 total)
one-1016367 (12/16/2009)
Oh, didn't see your other notes:The date is restricted to maximum one month.
T2.Id is indexed.
The date on T1 is the clustered index.
How well organized is your...
December 16, 2009 at 2:27 am
one-1016367 (12/16/2009)
When indexes are used the original SP runs relatively fast, but your...
December 16, 2009 at 2:21 am
Did you ever test this ?
CREATE PROCEDURE [PxTransactionListByDatesAndMerchantID]
(
@Merchant uniqueidentifier
, @Date_From datetime
, @Date_To...
December 16, 2009 at 2:10 am
If I'm correct,
you could also just use a NAS to perform your tests;
Your goal is to test Clustering and failover, not SAN technology.. correct ?
Buy a NAS for a...
December 16, 2009 at 1:48 am
Off course it is good to try to solve the general findings for simular objects.
On the other hand, consider it like an actual engine, the more high performing it...
December 16, 2009 at 12:13 am
Ever calculated how many milliseconds that are ???
Milliseconds because that's what we are used to take into account 😀
:hehe:
December 15, 2009 at 10:49 am
BobMcC (12/15/2009)
Too bad CRICHARDSONS last reply was in September....
euhm .... September 2008
December 15, 2009 at 8:02 am
In that case you may be able to do a side by side install of your web edition.
The prepare that instance by adding the needed logins, and restoring/attach the userdb...
December 15, 2009 at 4:07 am
parthi-1705 (12/15/2009)
Actually datas are populated yesterday only i am having the backup on weekly basis thats why i could not able to get the data.
How to find which user...
December 15, 2009 at 4:01 am
it's a petty the plan doesn't show all the batch SQL
Just for a starters ....
IMO the first query should have this alternative tested/compared with:
select submittal.recruiter_source as recr
...
December 15, 2009 at 3:35 am
parthi-1705 (12/15/2009)
.. which are all important... I am not having backup or Trans log ...
It's a petty you need to find this "missing link" the hard way :crying:
You need to...
December 15, 2009 at 3:06 am
Have a look at:
December 15, 2009 at 2:56 am
- Also keep in mind that calling a sproc without providing the correct parameters (DATATYPE !) can cause bad performing queries as well ! (caused by implicit conversions !!)
-...
December 15, 2009 at 2:53 am
I hope this little test script will provide some insight on the timestamp data type.
/****** 🙂 best regards ALZDBA ******/
set nocount on
go
/*
@@DBTS returns the last-used timestamp value of the current...
December 13, 2009 at 1:45 am
We script all objects of all user databases at least once a week (including all DDL and grant scripts) using SQLSMO.
These scrips a safeguarded in parallel with the visual source...
December 13, 2009 at 1:40 am
Viewing 15 posts - 3,256 through 3,270 (of 7,498 total)