Viewing 15 posts - 511 through 525 (of 544 total)
Sorry for the code
Its
select --- From table 1 where user=@userid
union all
Select --- From table 2 where user=@userid
--
--
--
--
Union all
Select --- from table 12 where user=@userid
May 22, 2008 at 11:03 am
Does this make a difference on the performance??
May 22, 2008 at 9:39 am
Hi Steve
Thanks for the reply, the Query is so simple,
select col1,col2,col3 from table1 where user=@userid
Union all
select col1,col2,col3 from table1...
May 22, 2008 at 8:44 am
Hi
Use this code below to mail you with HTML format to ur mail,
declare @body1 varchar(MAX) ...
May 21, 2008 at 10:37 am
It depends upon the data you store, if the data is less then u can use the first ones,
If you want to index on all the Columns on the...
May 14, 2008 at 9:34 am
Thanks Gial
there is a constraint with the same name on other SP as well, but its working on fine now with the same name when it is supposed...
May 12, 2008 at 6:47 am
Thanks for the post. i want to clear this replication objects, and there are some column in tables as well, that i wish to clear, i cant replicate this on...
April 30, 2008 at 3:16 am
Hi Colin, i am refering to hardware parallelism, which iam not able to do on AMD, hope that wasent relevant to this discussion, i am new to this field and...
April 29, 2008 at 3:14 am
Thanks for ur posts
My server Configuration ( its a Virtual Server)
MS Windows 2003 Std Edition (64 Bit) with 4 Processers (AMD 2.81 GHz)
SQL Server 2005 (64 Bit).
I tired to allocate...
April 28, 2008 at 11:32 am
Thanks, i have got a standard edition, mimimum memory is 0 and max is 5 GB, i havent got any other services running.its only SQL server, is there any other...
April 27, 2008 at 5:32 am
Thanks a lot Guys
this sounds perfect, i will try this
Cheers
Suji
April 24, 2008 at 3:30 am
Cheers Grant, i have also found one more problem with the SQL , once i used DBCC DropClearbuffer, the CPU usage drops a fair amount say from 100% to 20%,...
April 23, 2008 at 8:44 am
Thats correct Grant, i have checked the system and it seems to be working fine, i have some Quries that take a large amount of CPU, in one application they...
April 23, 2008 at 8:06 am
Thanks Grant, i have looked into the fragmentaion level, it seems to be a bit high on certain tables, i am working on to defragament it, i also have looked...
April 22, 2008 at 5:46 am
Thanks mate
i have asked my system admin to check exchange server and this fixed the problem
Cheers
Sujith
April 8, 2008 at 7:31 am
Viewing 15 posts - 511 through 525 (of 544 total)