Forum Replies Created

Viewing 15 posts - 106 through 120 (of 320 total)

  • RE: Connecting SQL Server 2005 from windows 98

    johncyriac (11/25/2008)


    Hi friends

    I am Not able to connect SQL 2005 intance

    from windows 98 ODBC as well as SQL 2000 Query Analyzer,

    Our problem is a number of windows 98 clents...

  • RE: How to reset identity count in sql tables?

    joel_langlois (11/25/2008)


    Hi Folks,

    I have a table with an identity column that increments by 1 per record…

    I’ve been adding records and removing records and I noticed that when I remove a...

  • RE: sql server agent disable

    mohinidba (11/25/2008)


    after restoring master db.the temp db went disable state.how to i bringit back to enable state

    right click on the Agent and select Start, and still if does not work,...

  • RE: Find and Replace in all stored procedures

    garethmann101 (11/25/2008)


    Is there a way to do a 'find and replace' in all stored procedures of a given database? If not then is there at least a way to do...

  • RE: Linked Server ( Get Data From Server)

    huuhieu004 (11/25/2008)


    Hi all, I have a database setup on three Server. And a an application. I used SqlServer2005. Example model :

    Server A(DB) ServerC

    I created a linked server "SrvName".

    I...

  • RE: SQL Query --Help

    winash (11/25/2008)


    krayknot - the cursor solution you've provided is not the best approach. For most situations we don't need to use a cursor.

    In the links that were provided are good...

  • RE: Lost MDF file but I have LDF file

    Tom Brown (11/25/2008)


    No - in any practical situation this would be impossible

    yes practically it is impossible as it contains the transaction information only. but depending on the required information,...

  • RE: Finding uncommited transaction

    Tanveer (11/25/2008)


    Got the soln...

    Thanks

    welcome

  • RE: SQL Query --Help

    bharathimc02 (11/24/2008)


    shithij,

    I want this output in SQL Server Business Intelligence Studio...

    DECLARE @MyResult TABLE (PK Int, SumOfPockets Varchar(4000))

    DECLARE @pk varchar(1000)

    DECLARE @MyString Varchar(4000)

    SET @MyString = ''

    DECLARE cMyTable CURSOR LOCAL FAST_FORWARD...

  • RE: Finding uncommited transaction

    Tanveer (11/24/2008)


    HI,

    Consider a scenario where a developer has fired a huge query in sql server 2000 with Begin Tran and by mistake or accidently has not commited that transaction with...

  • RE: Convert rows in to columns--Very Very Urgent

    Kiran Kumar MP (11/24/2008)


    Thanx yaar

    will it work??

  • RE: Convert rows in to columns--Very Very Urgent

    Kiran Kumar MP (11/24/2008)


    Hi shitij

    Could you please give me the structure of actionstate?

    kiran

    it has two columns

    ID(int) IDDesc(varchar)

    1 ...

  • RE: SQL Query --Help

    bharathi (11/24/2008)


    Hi,

    SELECT

    C.RCN_ID As CandidateID,

    I.RIV_ID As InterviewID

    FROM

    Abacus_Rec_INTERVIEW AS I

    INNER JOIN

    (SELECT

    RCN_ID

    FROM

    ...

  • RE: SQL Help Please

    Mr J (11/24/2008)


    Can someone please explain to me why this is not working ??

    CREATE TABLE test AS

    (SELECT A, MAX(B)

    FROM ...

  • RE: Insert and update in one stored proc (inserting record twice)

    Patrick Ige (11/24/2008)


    Thanks Kraynot but if i insert GO

    I would have to declare all the variables

    Pls test it.

    krayknot (11/24/2008)


    Patrick Ige (11/24/2008)


    I have and update and insert statement in a...

Viewing 15 posts - 106 through 120 (of 320 total)