Viewing 15 posts - 31 through 45 (of 74 total)
Do you mean you have 1 sql server and when you run a query using SSMS on the SQL Server it is very fast, but when you run the same...
March 13, 2009 at 7:11 am
Hi,
Can you be more specific with what do you mean by data file, you want to create a text / excel file from within stored procedure, If I am correct...
February 26, 2009 at 11:43 am
Thanks for you time friends. could not solve the issue, updated the col to varchar datatype.
Thanks again.
February 25, 2009 at 2:17 am
Yes David, I have done that rather tried both 1st time only, it returned no records.
February 23, 2009 at 7:08 am
I have a space on the right side so changed the query accordingly . but afraid it shows no records.
SELECT DISTINCT
[Code]...
February 23, 2009 at 6:56 am
tried to directly update with 'WDT' even that is not wokring for that records. running out of ideas.
February 23, 2009 at 6:37 am
the problem that I am facing with this is application is using colname= 'WDT' and I have 10 records against that value out of which 9 were inserted earlier and...
February 23, 2009 at 6:19 am
Lowell,
Thats the expected behavoiur fine, but the point here is, maybe for example I can put it like below. The column is of length 5. and I have more than...
February 23, 2009 at 5:34 am
Hi,
you can right click on the server, and in one of the tabs over there you can enable logging and you will have to specify a location where you will...
February 12, 2009 at 2:02 am
Hi,
You have analysis services log also, what does it say?
Regards,
Sriram
February 12, 2009 at 12:41 am
Hi,
syscolumns is the table where you will get the text of the stored procedures, would better go for some 3rd party tool for me to create a documents, you can...
February 11, 2009 at 10:48 am
Hi,
you can get the details from the below, filter it as per your requirement
select * from msdb.dbo.backupset
Sriram
February 11, 2009 at 6:59 am
you can get the details from sys.objects or by running sp_tables.
select * from sys.objects where type = 'U
Regards,
Sriram
February 11, 2009 at 4:22 am
Hi,
Maybe you can check this approach.
Have a sql table where you can store the last value and get the value from there using a dynamic properties task or from withing...
February 11, 2009 at 4:00 am
Viewing 15 posts - 31 through 45 (of 74 total)