Viewing 14 posts - 16 through 29 (of 29 total)
I only have the one app on SQL and SSRS (but this will be moved soon - hopefully)
according to a DMV query CACHESTORE_SQLCP, USERSTORE_TOKENPERM and OBJECTSTORE_LOCK_MANAGER are using the most...
November 26, 2009 at 4:58 am
This is maybe a silly question, but does a reboot do the same job as clearing the buffers?
November 26, 2009 at 4:36 am
Hi thanks for confirming my fears over this
My problem is in this post
http://www.sqlservercentral.com/Forums/Topic824404-146-1.aspx
November 26, 2009 at 4:18 am
Andrew Gothard-467944 (11/26/2009)
if you run against live you're going to see your box hammered until your most commonly used queries have all been recompiled and added into cache again
This...
November 26, 2009 at 4:11 am
Thanks Adam, I have just dropped the memory down to 28Gb let it settle and then up'd it to 30Gb and my system has started working (not sure if this...
November 25, 2009 at 5:11 am
Initially I thought it was an IIS problem so I started to recycle that every hour but this made no difference.
SSRS also runs on this server and I stopped that...
November 25, 2009 at 4:25 am
I'm now using this which seems to be giving me the correct results
Select outletid, tillReceiptnumber+1
from ireceipt where outletid between 1001 and 1400
and effectiveon >= '2009-11-19 09:00:00' and effectiveon <...
November 23, 2009 at 7:25 am
Tillreceipt number is unique to each outletid but there will be duplicates in the table as each branch starts a tillreceipt number 1 and increases as they make trades.
My current...
November 23, 2009 at 3:59 am
I normally get
outletid then receiptnumber (if there is a missing receipt)
I would like a list of all outletid's where there is missing a receipt
Thanks
November 23, 2009 at 2:20 am
Thanks, I'd totally forgotten about LEN
How do you structure it if you want
where LEN (firstname, surname, addressline etc) > 1
?
Thanks
November 18, 2009 at 3:10 am
Actually no need to explain it, this is perfect
Thank you very much
September 3, 2009 at 4:07 am
Thanks for the reply, I'm not great (actually not even good with SQL) can you explain this to me please?
Say I have 3 different ID's
1001
1002
1003
1001 has receipt numbers 1, 2,...
September 3, 2009 at 3:57 am
Solution found
I set the first date to use a non-queried default of "=dateadd("d", -7, today())", while last date would default to "=dateadd("d", -1, today())" then when you subscribe the report...
May 7, 2009 at 3:34 am
Viewing 14 posts - 16 through 29 (of 29 total)