Viewing 15 posts - 151 through 165 (of 583 total)
This is interesting, I think my problem is that I am entering the instance name when I should be entering the virtual SQL Server name. Somehow when I installed the...
April 14, 2006 at 6:43 pm
Correction to post, I can not connect to the instance from a remote box.
April 14, 2006 at 5:36 pm
I quit being a pharmacist 9 years ago to become a programmer and now am a DBA. Pharmacy, at least for me, is more stressfull than IT.
My dream job...
April 14, 2006 at 7:53 am
SSC has been my favorite web site since I became a DBA in 2002. Congratulations! Thanks also for taking the time to nuture along new authors! Look forward to seeing...
April 10, 2006 at 11:16 am
Thanks!
I just found out from Microsoft that this version does support SQL Server 2000. They said that a previous version worked with SQL 2005 beta and this version was updated...
April 4, 2006 at 12:39 pm
Oh, and I'm glad you like the book! Thanks!
April 4, 2006 at 12:12 pm
Usually problems like this relate to security -- the job running in a different account than running manually. But, it doesn't sound like it since it is the FTP part...
April 4, 2006 at 12:05 pm
I would first try running it manually, possibly from VS2005 on the production server first. Be sure to check the FTP connection manager properties once it is there.
Was there...
April 3, 2006 at 9:26 pm
In SQL Server 2000, from Enterprise Manager you can script out objects to individual files. This might be an acceptable work-around for you.
Unfortunately, in SQL Server 2005, this functionality disappears...
April 3, 2006 at 9:22 pm
The following answer assumes that this is a T-SQL stored procedure, not a CLR stored procedure:
The stored proc is saved in the database. So, you create a stored procedure by running...
April 3, 2006 at 9:13 pm
You can not use "USE" in a stored proc unless you employ dynamic SQL.
You can fully qualify, for example:
exec master.dbo.xp_sendmail
April 3, 2006 at 9:02 pm
Brian Larson's book "SQL Server 2005 Reporting Services" (Osborne) has a section on custom authentication using the RS security extension. He says that you need the Enterprise edition to do...
April 3, 2006 at 8:52 pm
Viewing 15 posts - 151 through 165 (of 583 total)