Forum Replies Created

Viewing 15 posts - 286 through 300 (of 320 total)

  • RE: Display Database objects

    Niyala (10/22/2008)


    Hi all,

    I have a database with more than 100 tables. Is there a method to graphically display the tables and, if any, their relationships?

    Regards

    Niyala

    Try Visio 2002 Professional

  • RE: max size of sql statement parameter

    Vera (10/22/2008)


    SQL server 2000, stored procedure with EXEC sp_executesql @sql.

    @sql is declared as nvarchar(4000) which seems to be the maximum size.

    However, sometimes my parameter including the...

  • RE: How to register a DLL (SQl Server Mobile 2005) in Windows CE 5.0

    xavendano (10/21/2008)


    How to register a DLL in Windows CE 5.0 ....

    I understand that you must use the application regsvrce ...

    Q1: Where do I find this file as in...

  • RE: SQL 2005 Query to get time difference between two adjacent rows

    Arul Manoj (10/21/2008)


    I have table to store user login details. Now i want to get the time difference for each login for all users. The table is as below

    User Id...

  • RE: Substring function for name

    timscronin (10/21/2008)


    I have an imported record set where the name is just one field in a table. I need to split it out to last,first,middle.

    Here is what data looks...

  • RE: Trigger that checks another record

    jwellington (10/21/2008)


    Hi,

    I need to create a trigger but am only new to the language. Could anyone suggest the programming for the following:

    I have 2 records (by SiteID) per link (by...

  • RE: Setting Linked server for 2 different instance of sql 2005 on same box

    sayfrend (10/21/2008)


    Very easy and best way to do this which involves no Scripts and no hassles.

    Create a DTS/SSIS package

    create a source connection to sql1 database

    create a destination connection to...

  • RE: Problem with Group by

    luissantos (10/21/2008)


    Hello Comunity

    I have the following script :

    SELECT (case when lp.u_pagpagar=0 and lp.u_pagchpd=0 then '222' else case when lp.u_pagpagar=1 and lp.u_pagchpd=0 and lp.u_eodc=1 then '268' else

    case when lp.u_pagpagar=1 and...

  • RE: I need to compare tables on two sql databases for differences with one customer

    twdavis (10/20/2008)


    I need to compare tables on two sql databases for differences with one customer

    the first problem is

    I am not sure how to select two diffrent datebase with the...

  • RE: Dead Lock----Urgent

    Kiran Kumar MP (10/21/2008)


    I'm working on SQL server 2000 and I'm getting following error sometimes:

    "Transaction (Process ID 69) was deadlocked on lock resources with another process and has been chosen...

  • RE: how t orun JOB continuosly

    bhuvnesh.dogra (10/21/2008)


    hi

    i want to run my JOB continuously (24*7)

    can anybody help me on this ?

    Running a job continuously leads to performance issues.

    But if still you want you can use...

  • RE: generate the scripts of all tables

    rbarryyoung (10/21/2008)


    That's really interesting, but I do not seem to have scptxfr.exe or the path 'C:\program files\Microsoft SQL Server\mssql\upgrade\'?

    scptxfr.exe is missing from the SQL-server 2005 versions. you can find this...

  • RE: Outer join returning more rows than in the table!

    nithin.gujjar (10/21/2008)


    The two queries are returning two different no of rows.Outer join is not supposed to duplicate the rows in the first table right?How do I correct this.

    select * from...

  • RE: Creating Script from Stored Procedure

    sanya.ibrahim (10/19/2008)


    Hi,

    I have a Db in MSSQL2005. Some of the machines running the front end are stand alone and so have their own sql db. I want to...

  • RE: generate the scripts of all tables

    Manish Kaushik (10/20/2008)


    Hi Guys, Can any one help me out to know

    How to generate the scripts of all tables without the Generate scripts wizard of SQL 2008.

    Thanks

    Manish Kaushik

    You can...

Viewing 15 posts - 286 through 300 (of 320 total)