Forum Replies Created

Viewing 10 posts - 16 through 25 (of 25 total)

  • RE: DTS Permissions

    See this FAQ for a quick summary of your options:

    http://www.sqlservercentral.com/faq/viewfaqanswer.asp?categoryid=6&faqid=252

    I hope it helps,

    -Al

    Funny thing about people and their computers...

    The computer is completing millions of processes every second, but...

  • RE: Partial Data Retrieve

    The best approach is to test the SQL code out separately from the ASP code to get a feel for the number of records you should see.

    My current employment position...

  • RE: Linked Server Access problems

    Hang with me because I don't really have any hands-on experience with MSDE. All I know is MSDE uses the same engine as SQL server more or less.

    If this...

  • RE: Text File Import

    Hehe.. Joe... We had that problem too!!

    At first I planned to write another VBS script deal with that problem as well. But then...

  • RE: Text File Import

    We had (and still have) a problem with data like that here. The solution we came up with and seems to be working as expected is to pre-prepare the...

  • RE: Linked Server Access problems

    This behavior your describing has my SQL Server Bat-senses tingling in the direction of an authentication issue.

    Questions -

    Do the users that are supposed to have access rights to the MSDE...

  • RE: MS SQL SERVER 2K - A noobs question

    When setting up servers for replication, make sure that the SQL Server Agent service in both systems is started using a network user account that has DBO rights in both...

  • RE: MS03-031

    I would trust the following

    If you run this quick query against the master database:

    SELECT @@Version

    and it returns the version:

    8.00.0818

    Then you are ok.

    ...

  • RE: To delete temp tables or not to?

    I also have to side with the "best practice" of cleaning up after yourself when it comes to temp tables. It may eat a few extra CPU cycles to...

  • RE: Best Practice for Web Development

    Another Web Application server to consider may be Macromedia ColdFusion MX. ColdFusion Markup Language has a very short learning curve compared to most other "web enabling" technologies. Circumstances...

Viewing 10 posts - 16 through 25 (of 25 total)