Viewing 15 posts - 31 through 45 (of 297 total)
Main stream support for SQL 2000 ended April 2008. Extended support, which can be very expensive, is until 2013.
July 21, 2009 at 7:24 am
July 15, 2009 at 11:33 am
Yes you can view the data, if you have the appropriate access.
July 15, 2009 at 11:30 am
We have only one local drive i.e C drive and the rest are shared drives. So if we have any other local drive other than C drive, we can select...
July 14, 2009 at 7:25 am
try this code...
select * from openquery
(ADSI,'SELECT cn, mail, co, distinguishedName, displayName
FROM ''LDAP://mydomain''
where objectClass = ''User'' '
)
replaced the " (double quotes) with two ' (single quotes) and of course substitute with...
July 14, 2009 at 6:51 am
I don't have an idea about xcopy or robocopy. can you guide me on how i can use it?
I've used robocopy in the past and its worked for, though from...
July 13, 2009 at 9:55 am
This is good reference material
July 13, 2009 at 9:17 am
I would base a solution on the type of data (confidentiality) that's being delivered and how it is going to be consumed.
Sending database backups or reports when the company needs...
July 10, 2009 at 9:24 am
See if this helps you
July 10, 2009 at 9:18 am
Even though syscomments is available, it is not recommended to use it since it is there for backward compatibility only and will be removed from a future version.
In fact you...
July 9, 2009 at 10:44 am
You should be able to backup locally and then use xcopy or robocopy in a batch script to move the database backup over to the external device.
July 9, 2009 at 6:00 am
There maybe third party tools which may allow you to do that, but SQL Server doesn't let you directly restore an Oracle database back up.
You could restore the database on...
July 9, 2009 at 5:55 am
Have you tried from a different machine? It could be something on your machine. Since you tried ODBC and it worked I don't believe it would be a DNS issue,...
July 9, 2009 at 5:52 am
Can we have IIS and sql server in the same m\c?
Yes
Would this not affect performance of sites?
Possibly
The next question should be "Is it recommended?"
No
July 9, 2009 at 5:47 am
Copy this pipe | for your queries :hehe:
Please be a little more clear on what you're looking for.
July 9, 2009 at 5:45 am
Viewing 15 posts - 31 through 45 (of 297 total)