Viewing 15 posts - 34,876 through 34,890 (of 39,793 total)
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
I actually need to write something about this, but here's what I know.
1. This has happened for years in the US. But not to other countries, to lower cost US...
June 18, 2004 at 2:43 pm
I agree with Denny. Opening 1433 to the Internet is a bad idea. At least redirect it, but preferebly limit this to VPN access only.
June 18, 2004 at 1:11 pm
Yes, each can use 2GB, but you need to save some for the OS, I'd say 500MB or so, so really 1.7GB or so per instance.
And you should set the...
June 17, 2004 at 10:53 am
And what kind of monitoring do you need? Have you looked at Profiler?
June 17, 2004 at 7:18 am
load from file: EM, right click DTS, select "open"
June 14, 2004 at 3:56 pm
Viewing 15 posts - 34,876 through 34,890 (of 39,793 total)