Viewing 15 posts - 34,801 through 34,815 (of 39,723 total)
That is interesting. Did you delete and recreate the message (in that line) to eliminate any suspiscious characters?
June 25, 2004 at 7:51 am
Check that tempdb is set to authogrow. You can extend tempdb onto another drive if that one if out of space.
Look for long running transactions and kill them, you may...
June 25, 2004 at 7:49 am
Which book?
Brian Knight's DTS book (http://www.sqlservercentral.com/columnists/sjones/prodts.asp) talks about dynamic properties a little as does Darren Green's site (http://www.sqldts.com)
June 24, 2004 at 12:11 pm
I tend to use SQLMail with Exchange in most places, but there are times when I've needed to send mail. I've use the above techniques as well as ASPMail with...
June 24, 2004 at 12:03 pm
yes, correct!!!
Fingers moving a bit more quickly than the mind ![]()
June 24, 2004 at 11:59 am
Select * from dbo[.631586971108797504]
The brackets are around the object name. dbo is the schema. I use this when someone names a column "name" or "description" or some other reserverd word.
select...
June 24, 2004 at 10:24 am
use a dynamic properties task to select getdate(). you can use datepart to extract the items you need and then format them. The dynamic properties task can use this query...
June 24, 2004 at 10:23 am
The easiest way to do this is run a backup of the current database.
In EM, right click the "DAtabases" folder and select "All Tasks
Restore". In the name of the...
June 23, 2004 at 11:28 am
Usually this is a mark in the registry that there is a pending opertation. How many reboots have you done? I know in my company sometimes they have multiple patches...
June 23, 2004 at 11:18 am
Also, if you are backing it up, then attach doesn't work. You'd want to do a restore. Detach is the way to prepare the database for attach.
June 22, 2004 at 10:05 pm
I have not heard, but I was expecting to have an SP 4 with Yukon delayed so much. I haven't heard anything about a date yet.
June 22, 2004 at 5:52 pm
BCP is an old utility. I'm not surrprised it doeesn't work. Can you not map a drive to this locaiton.?
June 19, 2004 at 8:23 am
You can use BCP if the servers cannot see each other or DTS if they can.
June 19, 2004 at 8:19 am
Viewing 15 posts - 34,801 through 34,815 (of 39,723 total)