Viewing 15 posts - 1 through 15 (of 185 total)
Hi Barry,
I couldn't get the upgrade to work. I took the .mdf/ldf files and attached to another server with the same version/build, then reset orphan logins then I uninstalled...
September 2, 2009 at 1:49 pm
Luckily we had our own backup procedure outside of the server/file backup and was able to restore to the correct point in time...
September 2, 2009 at 10:19 am
You saw that huh? No answer on that board either...neither in the product white paper or specifications...it is like the biggest kept secret.
September 2, 2009 at 10:17 am
Oh that's the kicker...they assign someone to review each job every day...yeah...chew on that again...my mouth was still on the floor
And we are a company of about 4000
September 1, 2009 at 9:23 am
Great..one last question...
if the sql server stops by expiration does go through the process of detaching user databases?
I ask this because if I attach on the other server will I...
July 16, 2009 at 7:49 pm
Not to hijack this thread...but to make a long story short we found a production server with an evaluation copy that expired...
I would simply like to extend the end date...
July 16, 2009 at 6:40 pm
I found this on microsoft...the question is what if the evaluation had expired?
The 180-day trial version of SQL Server 2005 Enterprise Edition can be upgraded to the fully licensed version...
July 16, 2009 at 10:09 am
Jason greatly appreciated I was playing with this for over 2 hours yesterday...
Now it works...
June 3, 2009 at 6:58 am
Francis,
Your code was the best fit...thanks to all for the help...
April 20, 2009 at 8:10 am
Tried that and no dice
SELECT *, CONVERT(decimal(3,2),[Column 13]) AS CONVERT13
INTO #TEMP2 FROM #TEMP
April 16, 2009 at 1:48 pm
Hi Rajib,
I did the following query:
SELECT ISNUMERIC(column_13) from #temp
The column brought back 0 and 1s
Again this column that has budget data. So values like 100, 105, 105.67, 9845.43, #MISS...
April 16, 2009 at 1:21 pm
Thanks for the info...I remember about two years ago revisiting this. See the users do not drop and add often. In fact probably once every six months.
Dropping then...
March 27, 2009 at 9:16 am
Ok maybe because I am racing around trying to complete all loose ends before I leave this job..
How can I create a DDL trigger that tells the warm server a...
March 27, 2009 at 8:48 am
Hi Steve,
That would be good and all but I am on my way out at this position and altering the delivered database from the ERP company is not what I...
March 26, 2009 at 3:06 pm
Found the problem...
the bcp command is using -T for trusted connection..this is a mixed SQL server environment and thus the -U and -P parameters must be used.
Once used I am...
March 11, 2009 at 1:41 pm
Viewing 15 posts - 1 through 15 (of 185 total)