Forum Replies Created

Viewing 15 posts - 46 through 60 (of 70 total)

  • RE: Pushing data to an AS400

    This is loosely related, but are any of you running SQL Server in a Windows virtual environment on the iSeries. This would be a i5/OS V5R4 config. I...

  • RE: Importing XML Files Into SQL Server

    Stu Boy -

    Sounds like a waste of time to me. Security should be set up at the server/database level and at the folder/file level. I did something similar...

  • RE: How to send Email using Sql Server 2000

    Copy Blat (www.blat.org) files to system32 folder then create a DTS job that spits out the Body of your e-mail into a text file (or you can just add a...

  • RE: Suspect Database - Check this first.

    Logs were very specific and helpful. OS errors stating "Access is Denied" on the data and log files. MSSQL errors also mention not being able to locate files.

  • RE: SOA

    What I'd like to see more of, from MVPs, consultants, and others actually building these applications, is a straight comparison of how they'd tackle an application, both with and...
  • RE: Using Data Warehouse for CRM

    WOW!!  Very nice.

  • RE: Populating Fact Tables

    One of the problems I've run into is the size of the fact tables.  This is with a with a web site doing 70+ million hits per year.  I've found...

  • RE: Moving Your Database to a New Server

    Watch out for default collations on the new server.  That one got me recently b/c I like to use accent insensitive (AI) and the SQL 2000 default is AS.

  • RE: Who Has The Monitor?

    Here's what I got for a query plan response...

    Server: Msg 8623, Level 16, State 1, Line 1

    Internal Query Processor Error: The query processor could not produce a query plan.  Contact...

  • RE: An Introduction to the Service Broker

    hbatra -

    I have just developed a C# app that does exactly what you explained (ie, writes from an MSMQ queue to a SQL Server table).  Do you mind sharing how...

  • RE: Indexed Views

    PRB: Indexed Views Can Be Created on All Versions of SQL Server 2000

     
    The "Creating an Indexed View" topic...

  • RE: SQLXMLBulkLoad Error

    The script should look something like this...when you parse it, you shouldn't get an error.  Whether it runs correctly is a question of having your database, table and schema correctly...

  • RE: Importing XML Files Into SQL Server

    The essential question is whether or not to read this fairly simple data from an XML file or from a database.  Prior to implementing a new FAQ system, the data...

  • RE: Very basic question - Insert or Update?

    Annoying that a closing parenthesis by itself turns into a winking smiley...

    RptCount int

     

  • RE: Very basic question - Insert or Update?

    This doesn't include the Else...Insert statement, and this is in reference to summarizing about 50,000 rows every night, but here is my question:

    If I choose the IF EXISTS...

Viewing 15 posts - 46 through 60 (of 70 total)