Viewing 14 posts - 16 through 29 (of 29 total)
Thanks for the responses guys - but I wonder if I might be on "Mission Impossible" here! Couple of points:
First, geometry (rather than geography) is fine for the UK because...
September 16, 2014 at 3:18 am
....just love the way they are described as "desperate" databases!
September 4, 2014 at 3:38 am
I needed to add an additional column to the start of the #stage table - presumably for SQL 2012 - "RecoveryUnitID INT" in order to get this to run. 🙂
May 6, 2014 at 4:39 am
There are lots of posts suggesting you can't do this but it seems to work fine in 2012.
EG:
USE IMPORT;
-- CREATE FULLTEXT CATALOG ft AS DEFAULT;
DROP TABLE test;
CREATE TABLE test (ID...
February 10, 2014 at 2:35 am
Sean Lange (12/20/2013)
For this type of heavy string manipulation I would rather use CLR. Is that an option at your shop?
Unfortunately not. If it can't be done using standard scalar...
December 20, 2013 at 8:25 am
And once you've got a "system" in place for registration, then you could allow each company to pre-book bays for their expected important visitors.
November 27, 2013 at 3:54 am
Thanks for you help all: it was the absence of the STOPAT parameter in my knowledge that was the key!
However, this leads on to the next question - again probably...
January 13, 2012 at 3:08 am
I'd agree - and if I was a "proper" DBA then I'd be wanting to do it properly along the lines suggested. But I'm not a DBA - we don't...
August 10, 2011 at 4:21 am
Is this usable?
Sorry - I meant to add that this is the plan AFTER I had changed it to use "Completion" rather then "Success" for the links between...
August 10, 2011 at 2:34 am
Just tried to upload a screenshot as an attachment but got this:
Server Error in '/Forums' Application.
--------------------------------------------------------------------------------
Runtime Error
Description: An application error occurred on the server. The current custom error settings...
August 10, 2011 at 2:19 am
My original issue is now fixed, so many thanks guys for your help. It came down to leaving the path blank (I foolishly thought that, since the wizard knew where...
August 10, 2011 at 1:27 am
Thx. Here's a bit more info on the environment.
The server the plan is running against is running SQL Server 2008 V2 (10.50.1600.1) and this is one step in a plan...
August 9, 2011 at 8:19 am
corder (9/29/2009)[hr
I have no idea how common it is but we had been running our application for about 10 years before it came up so we had to come up...
September 30, 2009 at 3:26 am
Here's the approach that I use - with a bit of code - and that has served me well in a number of UK-based organisations.
For background, UK fiscal years...
September 29, 2009 at 3:21 am
Viewing 14 posts - 16 through 29 (of 29 total)