Forum Replies Created

Viewing 15 posts - 196 through 210 (of 312 total)

  • RE: Identity Column Inserts Issue.

    hey Philip Horan,

    Nope, I am trying to copy data from DB2 to DB1 and both the database is having data. more over to that in my DB1 and Db2 the...

  • RE: Identity Column Inserts Issue.

    hey Piotr,

    I am not facing problem copying the master data like users and groups,

    My issue is the combination of UserId and GroupID in Group_Users table present in DB2 need to...

  • RE: Index Scan Vs. Index Seek

    Peso

    --------------------------------------------------------

    1) Same edition and service pach of SQL Server

    2) Same number of records in all underlying tables

    3) Updated statistics

    hey Peso,

    Yes, Same Edition and Service pack and also same number of...

  • RE: SS2K8 vs SS2K5

    Ok Grant,

    Cool I got it,

    I was kiddin in last post..

    Cheers!

    Sandy.

  • RE: SS2K8 vs SS2K5

    Hey Grant,

    I am only about two two Plus ....(22)+...lolz:P

    Yes, In technology wise, I may not be old like you..lolz..:P

    Thanks Grants, I was expecting your reply....because not having a tech...

  • RE: SQL Join Hints

    Ok,

    Thanks for guiding me.

    Cheers!

    Sandy.

  • RE: SQL Join Hints

    Great,

    But Can I specify the type of hash join like (In-Memory Hash Join, Grace Hash Join, Recursive Hash Join) ?

    Cheers!

    Sandy.

  • RE: SQL Join Hints

    Thanks for Reply,

    Can you just guide me how can it possible?

    I mean the syntax for this,

    it would be better.

    Cheers!

    Sandy.

  • RE: Indexed View Sql Server 2005

    Thanks Jeff,

    Cheers!

    Sandy.

  • RE: Indexed View Sql Server 2005

    hi antonio.collins,

    I have used your query too, but still same result, I mean table scan here...

    |--Stream Aggregate(DEFINE:([master].[dbo].[t].[a]=ANY([master].[dbo].[t].[a])))

    |--Table Scan(OBJECT:([master].[dbo].[t]), WHERE:([master].[dbo].[t].[a]=(2)))

    Can u please...

  • RE: Select Statement Issue?

    Hi GilaMonster,

    Good Idea,

    let me try this....

    Cheers!

    Sandy.

  • RE: Select Statement Issue?

    hi GilaMonster,

    Thanks for Quick Reply but How can I resolve my issue?

    I have a requirements to display more than 4000 character in select statements. but its giving error in Sql...

  • RE: Primary Key/Unique Key (or) Unique Clustered Index

    Hey pradyumna,

    why a table is permitted have only one primary key or unique key

    or

    why only one unique cluster index is allowed on a table

    Answer :

    1st : A Table can...

  • RE: Select Query Help!

    hey mo Suna Lo,

    try this..

    if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[crosstab]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)

    drop procedure [dbo].[crosstab]

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    SET ANSI_NULLS ON

    GO

    CREATE PROCEDURE crosstab

    @select...

  • RE: How can I Pass a Table variable in Stored Procedure?

    Hi Andras,

    Thanks for Idea,.

    Cheers!

    Sandy.

Viewing 15 posts - 196 through 210 (of 312 total)