Viewing 15 posts - 2,356 through 2,370 (of 2,647 total)
Can you please post the DDL for the table?
Thanks,
Jared
October 20, 2011 at 11:26 am
Not being completely familiar with these tables... Why are all of the values in both tables for 'name' field NULL?
Jared
October 20, 2011 at 11:25 am
My question (not being rude, just practical) is who cares? We know that logical and physical names can be different and that they are linked. So, if this...
October 20, 2011 at 11:17 am
One more thought! Have you tried using SYSDATETIME() instead of GETDATE()?
SELECT GETDATE();
GO
SELECT SYSDATETIME();
GO
Quite a difference!
Jared
October 20, 2011 at 8:49 am
I still think using sqlpubwiz is the easiest way to do this. It works on 2008R2 (as I've just tested it) and I would run it in a batch file...
October 19, 2011 at 10:03 am
Since you mentioned you are not very familiar with date functions... Check out this pdf: http://www.dotnet4all.com/snippets/factsheet%20SQL%20Server.pdf
This helped me a lot when I was learning, and I still use it for...
October 19, 2011 at 8:58 am
That's what it sounds like to me. It should ask you which instance you want to upgrade during the installation/upgrade process.
Look at step 12 here. http://msdn.microsoft.com/en-us/library/ms144267.aspx
Thanks,
Jared
October 19, 2011 at 8:53 am
jared-709193 (10/19/2011)
October 19, 2011 at 8:46 am
Are the databases you are connecting to on your local machine, or on a server? Which machine has developer installed, the server or your local machine? i.e. The database...
October 19, 2011 at 8:44 am
Were you upgrading from SQL Server Express 2005 to 2008 Dev? There is no upgrade path for 2005 Express to dev edition. Also, how are you determining that the "databases...
October 19, 2011 at 8:32 am
Arne Holmen-458117 (10/19/2011)
The slow backup is from one virtual server which is going to be a testserver (for testdatabases, not for my own testing) and from av SQL2008 Failover...
October 19, 2011 at 8:27 am
Arne Holmen-458117 (10/19/2011)
I installed a new virtual Win2008 Server
Just to clarify... Was this strictly for your testing or are the instances you were referring to from your first post...
October 19, 2011 at 5:55 am
David Lester (10/18/2011)
October 19, 2011 at 5:52 am
To answer your first question... I don't know. I use the GUI for this and have never scripted it. You should be able to find the answer by...
October 19, 2011 at 5:49 am
Jeff Moden (10/18/2011)
jared-709193 (10/18/2011)
GilaMonster (10/18/2011)
Be honest, don't exaggerate your skills, don't claim to know stuff you don't.
The job that I took in April of this year was one of these...
October 19, 2011 at 5:44 am
Viewing 15 posts - 2,356 through 2,370 (of 2,647 total)