Viewing 15 posts - 586 through 600 (of 907 total)
Sorry about that. Try this one:
Gregory Larsen, DBA
If you looking for SQL Server Examples check out my website at http://www.geocities.com/sqlserverexamples
November 12, 2002 at 2:04 pm
Might want to take a look at this post. It address the same issue:
http://www.sqlservercentral.com/forum/topic.asp?TOPIC_ID=7915
Gregory Larsen, DBA
If you looking for SQL Server Examples check out my website at http://www.geocities.com/sqlserverexamples
November 12, 2002 at 1:07 pm
What method are you using to connect to SQL Server?
Gregory Larsen, DBA
If you looking for SQL Server Examples check out my website at http://www.geocities.com/sqlserverexamples
November 12, 2002 at 12:45 pm
No, what you need to do is restore the backup to another database, and then DTS the table back to your original database.
Gregory Larsen, DBA
If you looking for SQL Server...
November 12, 2002 at 12:44 pm
Are you having the same problem with your web page, and/or application? Have you looked at your @@TEXTSIZE setting?
Gregory Larsen, DBA
If you looking for SQL Server Examples check out...
November 12, 2002 at 12:22 pm
If you are using QA there is a results setting that specifies the maximum characters per column. It defaults to 256, but can be changed on the "Tools" -...
November 12, 2002 at 12:02 pm
Yes I have seen this problem. It occurs when there are lots of database backups information in the MSDB database. I'm guessing if you where to run sp_delete_backuphistory...
November 12, 2002 at 10:36 am
I move jobs this way all the time. The main problems I have are around job owners, and the operators being notified. Make sure the job owners are...
November 12, 2002 at 10:19 am
Not exactly sure what you are trying to do, but seems that if you know the job_id, then you can always uses the sysjobs table to get the jobname.
Gregory Larsen,...
November 12, 2002 at 9:28 am
Scorpion_66: If the database was originally created by a user other than SA you can issue the command:
exec sp_changedbowner 'SA'
To change the owner to 'SA'
Gregory Larsen, DBA
If you...
November 7, 2002 at 2:46 pm
Oh. In our shop the DOMAIN account is in the local admin group, although I'm not sure we have give much thought to why.
Gregory Larsen, DBA
If you looking for...
November 7, 2002 at 9:53 am
Have you checked into the package object to see if you is some method that might be useful.
Gregory Larsen, DBA
If you looking for SQL Server Examples check out my website...
November 7, 2002 at 9:50 am
We have set up SQL Server services to use DOMAIN accounts. Here is why:
1) We want SQL Server to interface with Exchange to sent mail, and need a domain...
November 7, 2002 at 9:49 am
We have put TEMPDB on a RAID1 device. We did this for performance reasons. I'm not a performance person, but I have been told by some performance experts...
November 7, 2002 at 9:24 am
I just tested this and the email attachment seems to work in my environment. Just to let you know this machine has both IIS and SQL. It is...
November 6, 2002 at 5:17 pm
Viewing 15 posts - 586 through 600 (of 907 total)