Viewing 15 posts - 61 through 75 (of 245 total)
Right actual data types.
Almost all time are parameters in procedures except few manual query..I know how procedures working and with first execution is still same execution plan.
If Iam using...
March 2, 2016 at 4:05 am
Hello,
this 89% it can be normal, but it can be allocated, you can check how much is free .. something like below
First is Free Memory,Target and Total SQL Memory ......
March 2, 2016 at 12:48 am
WHug (3/1/2016)
March 1, 2016 at 11:50 pm
Hugo Kornelis (3/1/2016)
tony28 (2/29/2016)
Hugo Kornelis (2/29/2016)
tony28 (2/26/2016)
WHERE A.1PKCOLUMN='DATE' AND A.1PKCOLUMN+A.2PKCOLUMN>'DATE+SEQ'
So why not write this as
WHERE A.1PKCOLUMN='DATE'
AND A.2PKCOLUMN > '+SEQ'
That would make it far easier for SQL Server to estimate the...
March 1, 2016 at 11:47 pm
ChrisM@Work (3/1/2016)
Can you explain how FID of...
March 1, 2016 at 5:47 am
hm I see only 2009-05-25 00:00:00.000 with FID 2, so how can you ensure that FID 2 will be ALSO in 2010-02-04 00:00:00.000.. you have in query some WHERE t.MDate...
March 1, 2016 at 5:42 am
and is possible open this network device with explorer ? like folder?
for example I have test server which is not in domain , but sometimes I need to get...
March 1, 2016 at 4:02 am
So now you have Date and FID , based on date.
I dont understand how can I recognize what is long time for you .
And next , it means that this...
March 1, 2016 at 3:35 am
If I good understand you can try this..
I tried for table with 90000 rows. time was about 52second...and got result with 68rows it means 68days ..
select distinct MDate,...
March 1, 2016 at 3:12 am
Test was without problem,,
update statistics for real database took about 1hour and there was some little performance increasing, so I think it can be, but has to be managed that...
March 1, 2016 at 12:26 am
You can use SELECT CURRENT_USER and SYSTEM_USER
You can use directly permission setting in SQL and select where you have access or no,
or create some helping table with columns USER and...
March 1, 2016 at 12:12 am
I have to opinions how to do..:
1 ) use linked server and during breaktime or weekend you can delete all data in all tables with some cursor and using...
February 29, 2016 at 11:50 pm
So today I checked and it looks like Grant Fritchey wrote that Sample statistics dont do on all tables what I want...Interesting is that these tables have same count of...
February 29, 2016 at 11:09 pm
Hugo Kornelis (2/29/2016)
tony28 (2/26/2016)
WHERE A.1PKCOLUMN='DATE' AND A.1PKCOLUMN+A.2PKCOLUMN>'DATE+SEQ'
So why not write this as
WHERE A.1PKCOLUMN='DATE'
AND A.2PKCOLUMN > '+SEQ'
That would make it far easier for SQL Server to estimate the cardinality, and it...
February 29, 2016 at 10:34 pm
we found with wireshark error TDS7 pre-login authentication...
so if somebody will know let me know.. I will try something, but this is test server so when I will have time...
February 29, 2016 at 5:52 am
Viewing 15 posts - 61 through 75 (of 245 total)