Viewing 15 posts - 1,321 through 1,335 (of 1,524 total)
I wish I had some answers and I am experiencing these same type issues. For the life of me I don't know why such a simple thing is so difficult....
January 15, 2007 at 8:08 am
I tried that.... it isn't there... I even went thought and created another one and it did not show up... I am stumped.
January 15, 2007 at 7:39 am
In 8 years our youngest will graduate from High School. We have talked about a year or so after that of moving to Charlotte or some warm city in the south and...
January 5, 2007 at 5:48 am
I figured out my problem. The -s is case sensitive and needs to be capitalized..
sqlcmd –E –S servername\INST3 –Q”restore database master from disk = ‘E:\backup\INST3\master_backup_200701021308.bak’”
January 3, 2007 at 7:36 am
I use this script.
SET NOCOUNT ON
SELECT 'EXEC sp_addlogin @loginame = ''' + loginname + ''''
,', @defdb = ''' + dbname + ''''
,', @deflanguage = ''' + language + ''''
,', @encryptopt...
December 21, 2006 at 7:07 am
Select the db, goto Report, disk usage. On that report Disk space used by tables... it will show space used by indexes in there.
December 15, 2006 at 12:03 pm
In 2000 you could have a one letter word or even a blank password. In SQL 2005 i don't think you can.... if you want to transfer you will have...
December 15, 2006 at 11:59 am
Depends. Detach / attach works and backup/restore works fine. In my workings I have typically gone with backup restore when I have moved from SQL 7 to 2000 or simply...
December 15, 2006 at 11:57 am
You can't perfom online indexing when the table contains LOB data like TEXT, NTEXT, IMAGE...
this is true in Oracle as well I believe.
December 15, 2006 at 7:06 am
You should get an error stating it is not a microsoft backup file or something to that effect.
December 14, 2006 at 1:04 pm
Have you tried these options ??? Try either or both. You will be able to tell if SQL Server can read the backups at least. If it cannot read them...
December 14, 2006 at 5:53 am
In our shop we have DB2 MVS, AIX, NT, Oracle on Windows, Linux, AIX and SQL Server. All of our Store support stuff is on Oracle and it is very,...
December 13, 2006 at 6:53 am
Here the way it is done is there is a development team and a support team. After a new app is developed and in production for a month it is...
December 12, 2006 at 6:50 am
Interesting. Thanks. When I first installed my first SQL2005 before SP1 came out I thought this worked... but don't remember for sure.
November 28, 2006 at 8:33 am
You must create another task of Maintance cleanup task and then specify the folders of which you have the db backups to delete from. Also, be careful of the file...
November 17, 2006 at 5:46 am
Viewing 15 posts - 1,321 through 1,335 (of 1,524 total)