Forum Replies Created

Viewing 15 posts - 31 through 45 (of 267 total)

  • RE: Where are the older posts

    At the bottom of a forum listing, you can choose how to sort the entries and how many posts you want to see. I think the default is 'last...



    Michelle

  • RE: Adding Indexes

    If you are using SQL 7 or SQL 2000, you will need to create the index when no one will need to access the table.

    If there will be hundreds of...



    Michelle

  • RE: Need for Multiple Database Servers

    I have 6 SQL Servers with over 1000 databases. We are doing data mining basically. 52TB of data so we break up the databases into smaller pieces for...



    Michelle

  • RE: Pick on Windows Poll

    MCSE - Minesweeper consultant, solitaire expert

    MCSE - Minimal Computing Skills Expected



    Michelle

  • RE: usp stored procedure prefix

    If you decide to use a prefix, then yes, usp versus sp makes a difference. SQL Server automatically searches the master database when sp_ is called. That can...



    Michelle

  • RE: Does anybody ever look into this forum?

    No, but I am hoping to go to a dirt bike school in March. I have heard it will help me ride my street bike better...and who knows, I...



    Michelle

  • RE: Beta Exams

    Here in the US, my voucher came in the mail with my paper results.



    Michelle

  • RE: How to list allcolumn names and their data types from a view?

    You could run this in Query Analyzer. That gives you the option of making a CSV or Excel or just viewing in the results pane.

    use database_name

    go

    sp_help view_name



    Michelle

  • RE: Anyone sat the beta exams for 2005 yet?

    I only took 070-431. My status showed up on the transcript site before I received the report in the mail.



    Michelle

  • RE: Anyone sat the beta exams for 2005 yet?

    I received my paper results yesterday(Feb 6, 2006) in the mail.



    Michelle

  • RE: Excel Import problem

    I have had some luck in importing this to Access first and then import the Access table into SQL. It is a pain.



    Michelle

  • RE: Importing text file with fixed length | delimited rows

    Since you have street field in the data twice, that is probably where the duplicate column error is coming from. I suggest not marking the 'first row has column...



    Michelle

  • RE: link table data modify and add

    In order for Access to update a SQL table, all BIT fields must have a value and not allow nulls.



    Michelle

  • RE: Beta Exams

    Thanks Darek! I checked the transcript site and it is posted this morning! I PASSED! Yipee...now, that is the way to start a Monday.

    Microsoft MCP transcript site...



    Michelle

  • RE: Beta Exams

    Has anyone received the results for the beta exam they took?



    Michelle

Viewing 15 posts - 31 through 45 (of 267 total)