Viewing 15 posts - 46 through 60 (of 104 total)
Any just why would ever do anything as insane as moving the users from the old instance to the new one? Those pesky users.
August 15, 2012 at 12:36 pm
Thanks.
I was more concerned about installing a new instance of SQL Server (FULL) when an instance of SQL Server Express already exists and then realized that both can exist...
August 14, 2012 at 1:28 pm
opc.three (8/14/2012)
That's one way to do it. After restoring consider changing the AUTO_CLOSE property on your database(s) to False.
:: cough ::
Some of the other ways...?
August 14, 2012 at 1:19 pm
MR@SD (3/6/2012)
March 13, 2012 at 12:12 pm
"The true cost of software development is not when the software is originally created, but when it has to be modified, regardless if its the original developers making the changes...
March 6, 2012 at 8:26 am
My DB is a backend for an ASP.NET app as such being descriptive and using easy to remember column names comes in handy when working on the markup or the...
March 6, 2012 at 6:36 am
I used follow that logic as in TrailerActivityHeaderId, TrailerActivityHeaderTrailerNumber in a table named 'TrailerActivityHeaders' and then started omitting the prefix on the grounds that it was neccessary given the table...
March 5, 2012 at 7:11 pm
Typically if I'm working with multiple columns with the same name, its usually in a view at which point I alias them as in 'Name' columns become 'BranchName', 'DepartmentName', 'FacilityName'....
March 5, 2012 at 4:32 pm
When I said qualify, I was referring to qualifying the name of the column - TemplateDescription instead of Description within the table Templates. Technically 'Template' is not neccessary before...
March 5, 2012 at 10:04 am
It isn't staff scheduling/availablity oriented. Its more similar to the example of the various dates that I gave where overlap is entirely possible.
January 9, 2012 at 11:37 am
Its for a scheduling module. Each date can have different start/end times. Since the majority of the start/end times will be the same, the idea is to speed entry by...
January 7, 2012 at 12:16 pm
I just dropped it into production and it is looking very, very sweet. Not to mention that it saves me an immense amount of time. My specific need is the...
January 6, 2012 at 2:16 pm
Jeff Moden (11/19/2011)
As a side bar, if you meant for both dates in your example to be inclusive, you'll need to add "1" to the...
November 21, 2011 at 6:15 am
I am *way* so liking this. After however many months, I'm actually to the point of needing to play with this and was quite surprised at just how easy it...
November 18, 2011 at 7:46 pm
Viewing 15 posts - 46 through 60 (of 104 total)