Viewing 15 posts - 11,806 through 11,820 (of 15,377 total)
steveg-941384 (5/30/2012)
here's the html source after updating per your suggestion:<input type="hidden" name="notes" value="steve's notes go "here"">
Same truncation problem. Any other ideas?
Thank you!
Can you post the code that you used...
May 30, 2012 at 1:52 pm
From what you posted I can't even begin to help. You have a number of tables and functions that I have no idea what they look like. Remember I can't...
May 30, 2012 at 1:32 pm
Thanks for the ddl. You really don't need a loop for this insert. Use the tally table from the link I sent you and your entire loop becomes this.
create procedure...
May 30, 2012 at 1:29 pm
How are you getting this parameter? Is it like a comma separated list?
May 30, 2012 at 1:09 pm
<input type="hidden" name="notes" value="<%=Replace(Request.form("notes"), "", """")%>">
I think that should be close. You don't want to do that in your parameter or it will replace in the value which is not...
May 30, 2012 at 12:31 pm
steveg-941384 (5/30/2012)
The confirmation page contains <textarea cols="40" rows="5" readonly><%=Request.form("notes")%></textarea> to properly show the double quotes within a text area. This page also...
May 30, 2012 at 11:42 am
what is the error. I think that to get days in SSRS you should use "d" instead of "day".
May 30, 2012 at 10:31 am
HI an welcome to SSC. I could help you with this but it is very unclear what you are trying to do. It looks a number of insert statements? You...
May 30, 2012 at 8:58 am
WILLIAM MITCHELL (5/30/2012)
"IDENT_CURRENT returns the last identity value generated for a specific table in any session and any scope...When the IDENT_CURRENT value is NULL (because the table has...
May 30, 2012 at 8:01 am
As stated above you need to provide some consumable ddl (create table statements), sample data (insert statements) and desired output. There is little anybody can do to help until everyone...
May 30, 2012 at 7:49 am
nigluc (5/30/2012)
I need to calculate retro worked days. I have built a program to generate the worked days of a present pay period for a particular work contract. Now...
May 30, 2012 at 7:45 am
tonyarp05 61903 (5/30/2012)
Could someone please help me on this.. this is high priority
There are plenty of people willing and able to help. The main reason nobody has helped yet is...
May 30, 2012 at 7:39 am
tilew-948340 (5/29/2012)
May 29, 2012 at 2:56 pm
sql server developer (5/29/2012)
--CREATE Filtered UNIQUE Index to allow multiple records of NULL and Unique non-null values in serialNo column
CREATE UNIQUE NONCLUSTERED...
May 29, 2012 at 2:49 pm
Some of the best learning comes through teaching. This has never been more true to a profession than sql server. The topic is so huge that nobody can master the...
May 29, 2012 at 2:23 pm
Viewing 15 posts - 11,806 through 11,820 (of 15,377 total)