Viewing 15 posts - 31 through 45 (of 205 total)
Red-gate only search for object name not string stored in cell
August 17, 2017 at 8:10 am
Thank you for help.
Got an error
Invalid object name 'dbo.chrSplitList'
Is dbo.chrSplitList a function?
August 16, 2017 at 9:04 am
Sorry, I did not describe clearly.
I want to search all columns, all cells in which store the string "John"
August 16, 2017 at 8:09 am
For demo, like script which generated from app.
select * from myorder where city='London'
July 20, 2017 at 7:58 am
The stored procedure is locked can't open.
July 18, 2017 at 9:26 am
Thank you, Thom A.
I'll try it.
July 18, 2017 at 7:04 am
No, this stored procedure is coming a product purchased by company.
July 18, 2017 at 6:35 am
Thank you Matt.
One more question.
I want this store procedure to return a value to application.
I added a parameter
@final int output
If there is no error:
May 3, 2017 at 8:44 am
The reason of using temp tables is for reporters only.
March 3, 2017 at 9:13 am
Thank you, Ed Wagner,
This is what I am looking...
February 13, 2017 at 5:56 am
Yes, I'll call store procedure.
But, first I need declare variable in asp.net, assign value to variable from various controls, such as text boxes, drop down lists.
After that, will...
February 11, 2017 at 1:53 pm
January 29, 2017 at 6:55 am
adonetok (1/11/2017)
January 12, 2017 at 5:45 am
Output is
2015-10-25 00:00:00.000
How to remove 00:00:00.000 portion and still keep date type?
January 11, 2017 at 9:57 am
Thank you for hold hand help, Thom A.
It really works now.
This script is so great and help. I will study and save it.
December 7, 2016 at 6:16 am
Viewing 15 posts - 31 through 45 (of 205 total)