Viewing 15 posts - 1,621 through 1,635 (of 1,957 total)
picant (1/17/2011)
I guess I am missing how the business reason behind what you are doing isn't meshing with your fruit analogy.
Using analogies doesn't always help us help you solve your...
January 17, 2011 at 8:45 pm
Ninja's_RGR'us (1/16/2011)
Make a log table that saves the history of the processed orders.
Then create a job...
January 17, 2011 at 12:25 am
Hi Jota,
I don't see exactly what would cause that error, but I do have to ask why this trigger is on that table?
That table seems like it might hold order...
January 16, 2011 at 5:37 pm
Have a read of this Blog Post on BeyondRelational.com : http://beyondrelational.com/blogs/jacob/archive/2010/02/06/how-to-generate-cdata-and-namespace-declarations-using-for-xml-explicit.aspx
January 15, 2011 at 4:27 pm
Preferably, I would say have two queries
IF @ID>0
SELECT column_list
FROM Table as Alias
WHERE ID=@CaseID
ELSE
SELECT column_list
FROM Table as Alias
WHERE RMARequestedDate...
January 15, 2011 at 4:22 pm
Chrissy321 (1/14/2011)
Hello All,...
I want to ORDER BY the sort coumn if it exists and the type column if sort is NULL.
That makes very little sense in terms of a set...
January 15, 2011 at 12:37 pm
OP answered own question while I was typing! Answer removed.
January 15, 2011 at 12:32 pm
Tara-1044200 (1/14/2011)
SQL 2005(serverA) = select * from ServerA.DB1.dbo.emp =...
January 15, 2011 at 8:07 am
Jeff Moden (1/14/2011)
Lowell (1/4/2011)
this is the ProperCase function I use; it's from a post by Jeff Moden, i believe, harvested long long ago.
This may be the source....
January 14, 2011 at 7:32 pm
Jeff Moden (1/14/2011)
mister.magoo (1/4/2011)
UPDATE dbo.wce_contact
SET
firstname= STUFF (lower (firstname), 1,...
January 14, 2011 at 6:35 pm
Jeff Moden (1/13/2011)
mister.magoo (1/13/2011)
Jeff Moden (1/12/2011)
I'm a lightweight when it comes to XML. What are the two slashes and the [1] for?
The two slashes are the XML equivalent of...
January 13, 2011 at 9:29 am
I suggest you ask a DBA or a programmer to look at this for you - anything we tell you here should not be used unless you understand it.
January 13, 2011 at 9:27 am
kuppurajm (1/13/2011)
Hi,Is there any way to change all keywords of sp into upper case at once in sql server 2008
SSMS Tools : Free : Does a reasonable effort for a...
January 13, 2011 at 7:58 am
As I said before, the table variable which holds fileCode need altering - currently it can only handle 4 characters.
Also, your WHERE clause prevents you selecting fileCodes like '0192ZZ' because...
January 13, 2011 at 7:49 am
Jeff Moden (1/12/2011)
I'm a lightweight when it comes to XML. What are the two slashes and the [1] for?
The two slashes are the XML equivalent of a % at...
January 13, 2011 at 12:29 am
Viewing 15 posts - 1,621 through 1,635 (of 1,957 total)