Viewing 14 posts - 1 through 14 (of 14 total)
Please try http://myservername:8080/Reports or http://myserveripno:8080/Reports.
April 10, 2010 at 11:11 pm
Try with inbuilt expressions to get Total pages and page no
="Page " & Globals!PageNumber & " of " & Globals!TotalPages
March 24, 2010 at 2:29 am
I got the solution for the issue, I have opened the SSMS with runas administrator and created window authentication user id in the logins. Then I am able to launch...
March 14, 2010 at 1:56 am
Thanks for the suggestion.
However I have tried differently to send the GUID values to the numeric field in the table, instead of adding the new field in the table. I...
February 22, 2009 at 9:03 pm
The bigint data type is supported where integer values are supported. However, when we are passing the bigint value to integer values, if the value exceeds the integer range it...
December 31, 2008 at 12:45 am
Please can explain in detail and with an example.
December 4, 2008 at 2:58 am
Hi,
However I have a small solution to reseed the identity column from the number you want. I have done many times like this and I got the solution. May you...
November 25, 2008 at 9:32 pm
I have done some analysis on the issue and found that if there is a one row in the table,then it will insert double the rows in the table and...
November 20, 2008 at 9:30 pm
Hi,
Let me explain the issue, I have written the stored procedure to delete the data from the table based on some certain conditions. To check each row with the condition...
November 20, 2008 at 9:04 pm
Hi All,
Now I can able to delete the data from the table using cursor.
Cheers,
Nandy
November 19, 2008 at 8:16 pm
Hi,
Please find the below example which will give the max and min date value.
declare @max-2datetime
declare @min-2datetime
begin
select @max-2=max(ord_date),@min=min(ord_date) from sales
select * from sales where ord_date...
November 18, 2008 at 11:15 pm
Hi All,
I have used the dynamic SQL and executed, and I used rowcount to check whether the SQL returning the value or not.
Many thanks for your help.
Nandy
November 16, 2008 at 9:35 pm
Hi there,
Thanks a ton Now I can able to convert the value.
Cheers,
nandy
November 10, 2008 at 4:38 am
Viewing 14 posts - 1 through 14 (of 14 total)