Forum Replies Created

Viewing 15 posts - 466 through 480 (of 921 total)

  • RE: sql server/vb references

    quote:


    Thought about Vaughns book but ive heard it doesnt have many examples......but this is the only one people keep recommending. Have you...



    --Jonathan

  • RE: sql server/vb references

    Bill Vaughn's Hitchhiker's Guide to Visual Basic and SQL Server is considered the "bible." If you're using VB.NET, though, try Dobson's Programming Microsoft SQL Server 2000 with Microsoft Visual...



    --Jonathan

  • RE: script to select top x rows

    quote:


    Gary,

    Just curious, what is the purpose of your query?

    I think, unless you use an 'order by clause', the rows selected will...



    --Jonathan

  • RE: default date format

    Use the CONVERT function, e.g.:

    
    
    SELECT CONVERT(char(10),GETDATE(),105)

    --Jonathan



    --Jonathan

  • RE: Memory question

    quote:


    So I am able to see in EM 3071 MB of RAM ?

    Although I can only use 2048??

    Frank




    --Jonathan

  • RE: Memory question

    You can configure SQL Server Standard to use more than 2GB memory, but then it will not use physical memory above 2GB but instead virtual (paged) memory, and you...



    --Jonathan

  • Viewing 15 posts - 466 through 480 (of 921 total)