Forum Replies Created

Viewing 15 posts - 76 through 90 (of 101 total)

  • RE: Import a csv file

    Thanks for all you help. I have started using active X script, Wich seems to have soved this problem and others.

  • RE: Transform a 24 hor time

    According to books online HH means 24 hour where hh is 12 hour, but my format string is

    dd MMM yyyy HH:mm:ss wich when you preview shows a time of 05:24...

  • RE: alternatives to crystal reports

    I had a discussion here thread :-

    http://www.sqlservercentral.com/forum/link.asp?TOPIC_ID=12397

    I have decided to wait for the release of Reporting services for sql server comes out and for now am sticking with crystal...

  • RE: Upgrading our SQL Servers

    quote:


    Any links to the documentation of the 'known sql2k cpu peak' problem?

    Is this documented in Microsoft Knowledge Base?


  • RE: Upgrading our SQL Servers

    Thanks for the info. I do plan to run performance monitor to find out how busy the servers are, Just a bit worried about our production server it regulary peaks...

  • RE: Reporting Tools

    Let us jnow how you get on. We donot have msdn (eventually convinced my boss to subscribe) so cannot test. I read that Reporting services was only due to be...

  • RE: Reporting Tools

    I found a one page description of what the rporting services is about. Phoned microsoft and asked them about it they said they counld not give any info as it...

  • RE: Reporting Tools

    I have searched microsoft site against reporting services and cannot find any infomation about this product. could you give us an url to look or more info.

  • RE: DTS to Excel Spreadsheet

    I do something similar although the task is not automated in sql but called through vb. What i did was created my dts package to import dat from an excel...

  • RE: Data Transformation

    If you create your dts package using import/export and save it to local packages instead of running. then goto to DTS local packages in enterprise manager right click on pakage...

  • RE: Timeout expired

    On th connection string for the database the pooling option must be set to true in order for the connection to be obtained from a pool, in the connection sting...

  • RE: Timeout expired

    Do you use Microsoft transactiom server(MTS) this is the only place that i can think connections will be pooled.

  • RE: SQL Mail with iNotes MAPI Client

    I have been looking into this problem and have come to a conclusion that SQLMail is different from SQLAgentMail in the way it implements the mapi. i have setup alerts...

  • RE: Stored procedure need to do this.

    I did notknow there was a Isnumeric function,Nothing in my sql 6.5 unleashed book." i read in books online it seems it will work but i donot know how to...

  • RE: Sql 6.5 Replication across domains

    I have found the problem and solved it. the solution was:- the repl_publisher login was not an alias of DBO. once i dropped all the tables and made the login...

Viewing 15 posts - 76 through 90 (of 101 total)