Viewing 15 posts - 196 through 210 (of 312 total)
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...
May 14, 2008 at 6:23 am
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...
May 14, 2008 at 3:46 am
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...
May 14, 2008 at 3:39 am
Ok Grant,
Cool I got it,
I was kiddin in last post..
Cheers!
Sandy.
May 9, 2008 at 6:19 am
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...
May 9, 2008 at 5:35 am
Great,
But Can I specify the type of hash join like (In-Memory Hash Join, Grace Hash Join, Recursive Hash Join) ?
Cheers!
Sandy.
May 5, 2008 at 3:15 am
Thanks for Reply,
Can you just guide me how can it possible?
I mean the syntax for this,
it would be better.
Cheers!
Sandy.
May 5, 2008 at 2:54 am
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...
April 7, 2008 at 2:58 am
Hi GilaMonster,
Good Idea,
let me try this....
Cheers!
Sandy.
April 2, 2008 at 4:59 am
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...
April 2, 2008 at 4:21 am
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...
March 19, 2008 at 3:17 am
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...
March 18, 2008 at 6:56 am
Hi Andras,
Thanks for Idea,.
Cheers!
Sandy.
March 16, 2008 at 11:08 pm
Viewing 15 posts - 196 through 210 (of 312 total)