Viewing 15 posts - 16 through 30 (of 34 total)
Yet another print and temp table guy.
Such a common thing to do I generally have an input parameter in the proc @debug bit = 0 and that way...
January 18, 2015 at 5:02 pm
With you on those suggestions Steve.
I do think there is lots of info out there, I can't imagine how MS could make it easier to aid the planning and...
January 7, 2015 at 2:06 pm
Not quite sure exactly where you are coming from or what answer you expect. BUT surely you are right. SQL server requires CPU to do anything (else why bother with...
November 10, 2014 at 1:47 pm
Ever thought of putting the query inside a stored Proc, then you would just have an Update to some control table within the proc ie:
Create Proc dbo.P_query as
Set Nocount ON
Declare...
October 30, 2014 at 2:55 pm
Hey Thanks Sean, I knew there would be a non-cursor/looping method, just didn't know it , now I do, Thanks.
Live and Learn.
January 17, 2013 at 4:21 pm
I've had to deal with this sort of thing too. I couldn't resolve it nicely, so keen to see what works.
Thanks
Good luck.
January 17, 2013 at 2:44 pm
I have very successfully moved Log files to a SSD system (*) and received huge (2-5) times improvements in speed. I'd have thought moving the Log files would be more...
January 17, 2013 at 2:38 pm
Talking of sillier things dealing with MYSQL. Only Yesterday I had a Linked server that would work if the Linked server and the DSN name were in CAPS. ...
January 17, 2013 at 2:24 pm
Almost anything is possible, and certainly this is. Trouble is I can only think of a looping mechanism right now and they are slow, but if you do the thing...
January 17, 2013 at 2:13 pm
You're right plenty of Word to PDF convertors around. But most require Word installed on the machine. We had a need whereby the Compliance Officer would be able to alter...
January 17, 2013 at 1:14 pm
I've made use of a CLR to do this, very fast, did pay about $US 300 for the DLL's but that paid for itself many times over. If you're keen...
January 16, 2013 at 2:46 am
Triggers are hard to test and debug, have you tested the insert string outside of the trigger (obviously needs a bit of rewriting) ?
Your problem sounds like less to do...
January 16, 2013 at 2:33 am
Not sure I get all that you are saying, as it seems simple enough just use "where Salesdate between campaignstartdate and Campaignenddate"
Or am I missing something..
January 16, 2013 at 2:28 am
Have you tried looking at the Activity Moniter? I'm sort of assuming you can see this activity going on , so the Activity Moniter may help identify the process.
January 16, 2013 at 2:23 am
Hey I script my views up (not using the GUI) and I don't ever get that problem.
January 3, 2013 at 1:28 pm
Viewing 15 posts - 16 through 30 (of 34 total)