Viewing 15 posts - 181 through 195 (of 330 total)
faijurrahuman17 (11/3/2010)
Any one help to solve this problem
CIDEmpId EDATETIMEs ...
November 4, 2010 at 7:23 am
varunfilim (11/4/2010)
128 and 134 refers to salary and Dearness Allowance.If we are calculating from this Formula, if salary is 5000 and DA is 2000 then Salary is 7000
What you are...
November 4, 2010 at 3:03 am
adonetok (11/3/2010)
How to calculate number of moths between two days?For example, BeginingDt=09/01/2007, EndingDt=05/20/2009 should be list as below:
2007:4
2008:12
2009:5
Hi
Craig Farrell has used a table you can avoid the physical...
November 4, 2010 at 2:47 am
Anamika (11/4/2010)
in the above code I have 2 customers doing 4 transaction on a given day.
I need only one transaction for one customer in the report. I'm...
November 4, 2010 at 1:35 am
Hi
In your code you have set as IDENTITY(1,1) then how you are inserting values to a colum with identity
INSERT Customer(CustId,CustName,CustAddress) ...
November 4, 2010 at 1:16 am
Perry Whittle (11/1/2010)
Parthisee the attachment below for my instructions on how to configure an SSRS 2008 instance
😎
Hi Perry
Thanks for your...
November 2, 2010 at 1:00 am
Hi
You are inserting/deleting/Updating data tro .Net then you can try with .Net itself,in.Net there is Possibility of doing it.You can code which will capture Client's IP address but...
November 1, 2010 at 4:49 am
Select * from sys.syscolumns 5 sec and in another server(B) it not even take a sec
Select * from sys.sysobjects 2 sec and in another server(B) it not even take...
October 29, 2010 at 8:32 am
Paul White NZ (10/29/2010)
SELECT COUNT(*) FROM table WITH (INDEX(1));
That will force SQL Server to read every row in the table, but...
October 29, 2010 at 8:14 am
No i am not saying problem on sql server i am asking how we can reduce the query time to less than 1 min for 10,000 records i have given...
October 29, 2010 at 7:41 am
Grant Fritchey (10/29/2010)
You're really naming all your columns, Col1, col2... Troubleshooting and developing against that should be a lot of fun.
The Column name i have kept on my server is...
October 29, 2010 at 7:24 am
Much longer than what? Another server? Compare the actual execution plans.
I meaned here is, will it take nearly 2 min to return 10,000 records,i am not having any other server...
October 29, 2010 at 7:17 am
Hi
The difference is in version not in way they work some new featues has been added,you may need to know difference between previous version and R2...
October 29, 2010 at 5:50 am
Hi
I was not able to do as u said above.Any other way.
...
October 28, 2010 at 6:37 am
Brandie Tarvin (10/27/2010)
Really? I haven't seen one that doesn't use traces or triggers. Please, tell us what those tools are. I'd like to test them out.
You don't have the...
October 27, 2010 at 8:49 am
Viewing 15 posts - 181 through 195 (of 330 total)