Forum Replies Created

Viewing 15 posts - 796 through 810 (of 1,195 total)

  • RE: CASCADE - 1

    Nice and clear question - thanks Ron

  • RE: Custom sp_who

    If you only want the results for the user have you tried something along the lines of this:-

    USE [master]

    GO

    /****** Object: StoredProcedure [dbo].[usp_who] Script Date: 03/14/2013 14:57:25 ******/

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER...

  • RE: Sql Query

    If you could supply table structure, the queries you have written so far along with sample data - see the first link in my signature for the best way to...

  • RE: down grade Service pack

    Bad post - sorry

  • RE: Casting question

    Nice and easy question to end the week on - thanks

  • RE: Report column problem.

    OK - Don't have a column with it in on your report.

    instead maybe have a textbox at the top with a value of

    =first(fields!Supplier)

    to remove the supplier from the...

  • RE: Report column problem.

    (Potentially) daft question - have you run the same query in SSMS to see if you get the duplicates there?

  • RE: SQL

    One answer is

    SELECT DISTINCT

    id ,

    mark

    FROM

    ...

  • RE: Sql server Agent is not found in Object Explorer

    Thanks for that but the bit I'm looking for is :-

    Enterprise Edition on Windows NT 5.1 <X86> (Build 2600: Service Pack 3)

    There is a version of SQL server (express) that...

  • RE: Sql server Agent is not found in Object Explorer

    Run

    SELECT @@VERSION

    That should give you a whole load of info about your server. Best bet to see all the information is to run it to text (ctrl + t)...

  • RE: The Gambler

    With most of the people here - just because you haven't seen it doesn't mean it can't / won't happen to you.

    I wonder if they would take the same approach...

  • RE: Sql server Agent is not found in Object Explorer

    What version of SQL are you using? Developer, Enterprise, Express etc?

  • RE: query data using linked server

    Hi - it might be worth checking what other software you have installed on your Dev server - is the hardware the same spec and so on. Otherwise you won't...

  • RE: Today's Random Word!

    SQLRNNR (3/11/2013)


    crookj (3/11/2013)


    SQLRNNR (3/9/2013)


    john.arnott (3/8/2013)


    Revenant (3/8/2013)


    SQLRNNR (3/8/2013)


    opc.three (3/8/2013)


    JAZZ Master (3/8/2013)


    crookj (3/8/2013)


    SQLRNNR (3/7/2013)


    crookj (3/7/2013)


    Daniel Bowlin (3/7/2013)


    Help

    Support

    Truss

    Tether

    Tie

    Bolo

    Whip

    Rawhide

    Eastwood

    West Side

    Story

    TOY

    (to) infinity

  • RE: INNER JOIN

    Nice and easy start to the day - thanks

Viewing 15 posts - 796 through 810 (of 1,195 total)