Viewing 15 posts - 5,716 through 5,730 (of 6,216 total)
Interesting. Have you attempted to duplicate your results?
Andy
October 10, 2001 at 10:54 am
Havent tried it on Me, don't have a copy installed. Are you sure you have disk permissions for that folder?
Andy
October 10, 2001 at 10:36 am
I dont think so. You'd have to execute it as dynamic SQL using Exec().
Andy
October 10, 2001 at 10:32 am
Just right click on the server name in EM, look at the security tab - you can change it there.
Andy
October 10, 2001 at 10:31 am
Can you connect using Query Analyzer? Can you ping the machine? Try connecting using the IP address instead of the machine name.
Andy
October 10, 2001 at 7:23 am
We had just found this also - turns out we may have a supply of them on hand. Give me a day to make sure, if we do we'll send...
October 10, 2001 at 7:00 am
Not with SQL 7 - SQL 2000 behaves much better. I think Brian Knight has an article posted here on the site about it.
Andy
October 10, 2001 at 4:37 am
If you can open the view, then you can use the 'select into' syntax to create a table on the fly or just do an insert into an existing table.
Andy
...
October 9, 2001 at 5:27 pm
Hey Paul - don't know much about Oracle, but have you looked at this article?
http://support.microsoft.com/support/kb/articles/Q240/3/40.ASP
Andy
October 9, 2001 at 5:26 pm
Doug, its hard to sum up in a few word - or even if a few books! SQL Server (and Oracle) are a bit different from some databases (Access, maybe...
October 9, 2001 at 5:20 pm
I don't know a thing about Unix! But still, the point is that you need some type of communication method. A VERY simple way would be to have your job...
October 9, 2001 at 5:08 pm
I think you'll see this as a result of a service pack thats been applied since the backup.
Andy
October 9, 2001 at 5:04 pm
Hey Bill,
I don't have 7.0 installed, works fine on 2000. My guess is that you've got some logins that don't have a default database assigned. Try running this query to...
October 9, 2001 at 5:03 pm
Email it to Steve (email address above). Any problems with making it available for everyone to look at? We can upload to the site and post a link here.
Andy
October 9, 2001 at 4:08 pm
Not sure what you're asking for. You could do this:
declare @dbname varchar(128)
set @dbname=db_name()
Andy
October 9, 2001 at 4:06 pm
Viewing 15 posts - 5,716 through 5,730 (of 6,216 total)