Viewing 15 posts - 121 through 135 (of 216 total)
And does the test query return exactly the same results as the production query?
Kev
September 1, 2008 at 7:59 am
George,
sometimes a good indication of having a bad plan cached is that the query miraculously works fine after a reboot (or a DBCC FREEPROCCACHE), but I'm guessing from your earlier...
August 29, 2008 at 6:33 am
George,
it does sound like there could be execution plan issues, as I guess on your machine you have a fairly clean procedure cache, whilst the 'live' server has a relatively...
August 29, 2008 at 6:10 am
What a great tip!
I been having to open multiple windows for months now - but no longer!
Just shows how often you miss what is right under your nose
Kev
August 23, 2008 at 3:08 am
Steve - are points awarded for submitting a QoTD?
I think a points awarding system based on the rating of an article and/or number of reads would be useful - I...
August 19, 2008 at 3:06 pm
I posed a similar question a while back....http://www.sqlservercentral.com/Forums/FindPost459604.aspx
Kev
August 19, 2008 at 2:08 pm
charshman (8/19/2008)
Ugh... yet another typically bad worded question. Technically there's a difference between a feature being disabled and not being setup.
I guess your issue is with SQL Mail?
Technically yes...
August 19, 2008 at 7:25 am
Also noticed that these links take you to SQL 2008 pages (I guess the default links always refer to the latest version). You can follow the links at the...
August 19, 2008 at 7:15 am
WayneS (8/19/2008)
The links for Database Mail and SQL Mail are the same.
That's true!
I guess these should have been used:
Database Mail: http://msdn.microsoft.com/en-us/library/ms175887(SQL.90).aspx
SQL mail: http://msdn.microsoft.com/en-us/library/ms177418(SQL.90).aspx
WayneS (8/19/2008)
August 19, 2008 at 6:26 am
Also in addition to the links provided, here's a link to a more complete list of disabled features
http://msdn.microsoft.com/en-us/library/ms183753(SQL.90).aspx
Kev
August 19, 2008 at 2:00 am
I too have used this technique for many years as a way of quickly exposing the outputs of SPs for reporting - usually reporting that sits outside of the more...
August 13, 2008 at 5:39 am
not if Chandru needs the month name to be the full name - that's the issue with the solution I posted.
Kev
August 11, 2008 at 7:51 am
there is no one style that would do that, but you could use style 107 together with datename()
select datename(dw,@date) + ', ' + convert(varchar, @date, 107)
If you really need the...
August 11, 2008 at 5:44 am
Sorry - should have posted an update long ago........
No, the iisreset had no effect whatsoever.
In the end we actually edited the links by exporting the data from Sharepoint into an...
August 8, 2008 at 1:46 am
Viewing 15 posts - 121 through 135 (of 216 total)