Viewing 15 posts - 541 through 555 (of 636 total)
Ok it worked!
By the way, why do we have entrees in the Catalog table where the content field is null
December 27, 2011 at 9:22 am
I noticed that the table ExcutionLog only holds info for the last 3 months.
I may be wrong here. But let me know your thoughts on this
December 20, 2011 at 8:45 am
I believe when something is deleted it goes to the transaction log.
So if we had a tool to get the deleted info we could restore it back. Don't you think...
December 16, 2011 at 12:46 pm
Sorry, I take that back!
Please disregard the previous reply.
The query did manage to split out the entire stored procedure.
So let me give it a try and let you know the...
September 27, 2011 at 7:29 am
Reply to Craig:
Ok, hers is what I am saying: I ran the following SQl in the SQL server management studio:
select [definition] AS ProcDef, LEN([definition]) as 'len'
from
...
September 27, 2011 at 7:09 am
Sorry,
It did not work.
Reason: My stored proc is very long. So when it outputs it puts only the code to a certain length. After that I don't see the...
September 26, 2011 at 2:07 pm
I like the idea of using a variable ?
Ahh but you are sayng to load that variable I will have to use some special sql that will output the definition...
September 26, 2011 at 1:42 pm
So all that I have to do then is run this at the c:> prompt ?
C:> runsql "Dev"
The actual file is runsql.bat sitting in the C:\ root drive.
September 26, 2011 at 1:18 pm
Interesting
I wonder whether if you could throw some sample code on how the batch file should look like.
Also how do you plan to place the stored proc on 6 servers...
September 26, 2011 at 12:41 pm
What is a SMOServer connection and how different is it from a OLEDB Connection ?
September 26, 2011 at 11:47 am
I kind of expected that someone would help me how to use the
"Trasnfer SQl Server Objects Task" component.
This might be the best way to get around the issue.
The only...
September 26, 2011 at 10:27 am
Sir
We have 6 servers and I have to deploy many stored procs in each of these servers. Doing them manually is a pain. Besides I run into situations where I...
September 26, 2011 at 9:50 am
Not clear what you are saying ?
Are you telling me a variable can handle more lines of code ?
1.)So then put the stored proc inside the variable ?
2.)Asign the variable...
September 26, 2011 at 8:17 am
Sorry the [name] appears only inside a sub report.
And also in my situation the "Sub Report" is inside a Group.
What is happeneing is, I am passing a ID ( from...
August 10, 2011 at 10:05 am
I guess I didn't explain this correctly.
The new text field sits in the main report. There is also a sub report.
The plan is to get a value from the sub...
August 10, 2011 at 9:34 am
Viewing 15 posts - 541 through 555 (of 636 total)