Forum Replies Created

Viewing 15 posts - 16,471 through 16,485 (of 26,487 total)

  • RE: Are the posted questions getting worse?

    Steve Jones - Editor (3/18/2010)


    BTW, someone pinged me about a GTR posting bad info and causing trouble. Anyone have complaints, or are these other teaching moments?

    Speaking of the individual, he...

  • RE: Today's Random Word!

    sing4you (3/18/2010)


    Don't send it my way. I'm happy to live in Texas where it is now 50 but is supposed to get up to low 70s (but I don't...

  • RE: Today's Random Word!

    crookj (3/18/2010)


    Calm (Before the storm... Gonna hit us hard tomorrow!)

    Joe

    Would prefer that the weather people be wrong. Really don't want to officiate soccer in the snow. Just...

  • RE: transaction log restore question

    Thinking about this a bit.

    Snapshot at 5:00 PM.

    Developer fat fingers code dropping a table at 5:05 PM.

    No restore, but recreate the table in original database using the data in the...

  • RE: Executing a UDF in SQL 2008

    It would look something like this:

    CREATE FUNCTION [dbo].[fnConvertIP] (

    @ISALogIPAddress bigint

    )

    RETURNS table AS

    RETURN (

    select CAST(@ISALogIPAddress / 256 / 256 / 256 % 256...

  • RE: Executing a UDF in SQL 2008

    Not sure. One thing I'd do is rewrite the function as an in-line TVF and use it in a CROSS APPLY in the FROM clause. Before doing that,...

  • RE: Efficiency of Scalar Function in SQL Server 2005 Express

    First, it would help to see the code for the scalar function. Second, it may be worthwhile to seeif the scalar function can be converted to an inline TVF...

  • RE: Full backup Scenario

    john.arnott (3/17/2010)


    gamcall (3/17/2010)


    "So if the insert transaction completes after the full backup is complete, how many rows where inserted till the backup gets completed will be included in the backup."

    Shocking...

  • RE: Are the posted questions getting worse?

    Like clustered indexes are better than nonclustered indexes?

  • RE: Today's Random Word!

    bcsims 90437 (3/17/2010)


    Bummed... as in... it's sunny and 80 here in LA now, but going to get chilly in the next week.

    Agreed. Nice now, supposed to snow Friday.

  • RE: Today's Random Word!

    tosscrosby-60625 (3/17/2010)


    Jason, where's "here"?

    Vega$, iirc.

  • RE: Backing up a database with a Full Recovery Model

    Read the last article I have referenced below in my signature block.

    You really need to schedule periodic transaction log backups through out the day. This will help you control the...

  • RE: Alter sys.sp_columns in the current database

    Not sure why you want to modify the behaviour of a system stored proc, but looking at it, this code snippet seems to indicate if there are no wild cards...

  • RE: Are the posted questions getting worse?

    [font="Comic Sans MS"]Looks like the TitD (Tent in the Desert) will be hosting another party fairly soon!![/font]

    Jeff only needs 83 more posts to break the 20,000 posts mark!

  • RE: Deduplication Technology & SQL Backups

    Well, like I said earlier, facing a 11 - 16 Million dollar cut in our budget for next fiscal year, and the follwoing year we may see more cuts. ...

Viewing 15 posts - 16,471 through 16,485 (of 26,487 total)