Forum Replies Created

Viewing 15 posts - 2,431 through 2,445 (of 2,469 total)

  • RE: Want some tips for paper 70-229

    "Again, using the 70-229 as an example, why would one even pursue a certification if their job does not involve using most of the features tested for on the exam?...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Want some tips for paper 70-229

    Troy - you dismay me - I too am going through the SQL books for 229 and trying to muster up the courage to take at least one exam -...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Block internal customers from accessing web while uploading

    Books online has a fairly comprehensive explanation on "locking" various database objects and resources including databases themselves...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Needed suggestion to buy Books. Important

    I used to swear by wrox press books but I believe they've been bought over..at any rate, there's a book called "Professional - sql server 2000 programming" by Robert Vieira...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: INdex

    Sql server 2000 supports a max of 249 nonclustered indexes







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Accrued Vacation Calculation

    I'm pressed for time so sending you what logic/concept I could think of off the top of my head - maybe you can use it to "play around" or see...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Create SQL Script - CreateFile Error

    Yashar,

    Here's some things you can try:

    1) In Query Analyzer do a select user_name() to ensure that logging in via both PCs shows identical user names.

    2) Ditto with "Log" in Enterprise...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Audit table to hold rowcount of several views

    I'm not sure if I understood the problem correctly but the simplest solution I can think of is to add another audit table - with the PK of table1 as...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Help with a query

    Try using this:

    Select * from Tablea,Tableb Where TableA.Fname + TableA.Lname = select replace(Tableb.Fullname, ' ', '')







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Create SQL Script - CreateFile Error

    I'm confused about a couple of things...

    Are you using Northwind only as an example or are you actually trying to generate a script for "Categories" ?!

    You say that all other...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Create SQL Script - CreateFile Error

    1) What kind of a script are you trying to generate ?!

    2) Have you compared "roles" and "users" between the successful server and the one in which your "create" fails...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Create SQL Script - CreateFile Error

    Don't know anything about this but I did find some helpful information on one website....maybe it'll help you identify the source of your problem!

    *********************************

    You need to be aware of a...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How to check whether cusor is open or not?

    Try using "IF Cursor_Status('variable', '@my_cursor') = -1"







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Issue with Access string in MS SQL

    If your cursortype is 0 (forwardonly) change your locktype to 1 and test....







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Congratulations Frank

    See your name everyday...with either solutions, responses or comments...looks like it paid off..remember reading Remi's comments from a few days ago saying "at this rate you'll hit 5000 soon"...

    Congratulations! Congratulations!







    **ASCII stupid question, get a stupid ANSI !!!**

Viewing 15 posts - 2,431 through 2,445 (of 2,469 total)