Forum Replies Created

Viewing 15 posts - 24,316 through 24,330 (of 26,484 total)

  • RE: Custom Sequence Values

    Okay, but that isn't an advantage. As for using it as a key, by itself, it isn't because it will duplicate with the id it is assigned. What...

  • RE: Custom Sequence Values

    Curious, what is the advantage of not having any gaps in the sequence numbers?

    😎

  • RE: Lost in Space

    My oldest two daughters (a senior and a freshman) go to a high school where every student is issued a laptop. They have a product installed that will locate...

  • RE: Making a Trace using SQL rather that SQL Server Profiler

    The server-side trace will catch all events that it is set to monitor. It is also designed to limit the impact of tracing a SQL Server which is why...

  • RE: Is it possible to load a new DB with .bak file of other DB?

    Here is an example. I backed up the AdventureWorks database to AdventureWorks.bak, and the following code is restoring the database as AdventureWorksDB1:

    RESTORE DATABASE [AdventureWorksDB1]

    FROM DISK = N'C:\Program Files\Microsoft...

  • RE: 64-Bit SQL 2005 Install Problem

    chris webster (9/3/2008)


    ... Think i'm going to retrain as a plasterer

    Sounds too much much like physical labor, I'll stick with working with computers. It's just like like working with...

  • RE: Should non-clustered indexes be placed on separate physical device than data?

    I wish I had a server configured where I could test it out. I'm just going on what I have read about databases and physical design. I think...

  • RE: Shall I Keep all existing index when tuning database with Multiple .trc files?

    I'd also take a close look at each recommendation. You may actually find overlapping indexes that could be merged into a single index.

    I also agree heavily with testing all...

  • RE: Should non-clustered indexes be placed on separate physical device than data?

    I'd say if you can put the nonclustered indexes on a seperate filegroup on a seperate set of disks, you should. You can take advantage of parallel IO's between...

  • RE: Today - n days

    gomikem (8/26/2008)


    How do I convert the following from SQL to T-SQL?

    >=Now()-14

    I've looked all over the internet and I can't find anything that I'm sure is working correctly. Thanks!

    >= dateadd(dd,...

  • RE: If You Ain't Cheatin'

    bhovious (8/26/2008)


    Hey Graeme 🙂 My wife is still in U.S. education (PreKindergarten-1st Grade) and it keeps getting scarier. Teachers are now expected not only to...

  • RE: Results not being returned in SS2K5

    Could you provide the DDL (create statements) for the table, some sample data for the tables (in the form of insert statements that can be cut, paste, and run to...

  • RE: MIS in the UK

    Jeff Moden (8/25/2008)


    skenzie (8/25/2008)


    And thanks Jeff for spurring me on, even at my age....heh heh. I'm going to apply for the job but making it clear I have no actual...

  • RE: If You Ain't Cheatin'

    Hopefully, I'd do the right thing. I have been in such a situation. I was working for a computer manufacturer many yers ago as a computer operator. ...

  • RE: If You Ain't Cheatin'

    Right and Wrong. Black and White in my book. Shades of gray occur in implementation, also known as justification. Sometimes, you have to agree to disagree.

    If you...

Viewing 15 posts - 24,316 through 24,330 (of 26,484 total)