Viewing 15 posts - 31 through 45 (of 63 total)
ravi.chilakamarthi (3/17/2009)
I want the generated values to be of this formatU0001
U0002
Can I do this with the format that you have given.
You could define a computed column with the formatted user...
March 17, 2009 at 8:45 pm
rmattaway (3/13/2009)
March 15, 2009 at 6:11 pm
Another key advantage of normalised databases is that they can easily enforce referential integrity.
(e.g. A 'class' must have one 'teacher').
These constraints can be harder to enforce in a denormalised design...
March 15, 2009 at 4:24 pm
siewlian908 (3/11/2009)
1. User enters a large number of ocmi.name values in a form. It is about 300 ocmi.name is used to build the form.
2. These...
March 11, 2009 at 8:28 pm
Just to make sure I understand, the report works something like this:
1. User enters a large number of ocmi.name values that they want displayed
2. These are stored in a vb.net...
March 11, 2009 at 4:39 pm
To answer Q1:
Your code:
Param_Value =
case when valuetext is null then value
else valuetext end
can be implemeted...
March 10, 2009 at 6:25 pm
ian.f.scott (3/2/2009)
I checked the BOL entry you provided (http://msdn.microsoft.com/en-us/library/ms156493(SQL.90).aspx)
I have been through every setting I can find on both Reporting Services server and the server my database is...
March 9, 2009 at 9:09 pm
tung (2/25/2009)
=IIF(Sum(Fields!sales.Value) <> 0,(Sum(Fields!sales.Value)-Sum(Fields!cost.Value))/Sum(Fields!sales.Value),0)
The intention is to use the value 0 if the sum of...
March 9, 2009 at 5:36 pm
siewlian908 (3/4/2009)
Thanks..my problem is I am have no the CREATE right to the db.
You may have to request it from someone who does:)
March 9, 2009 at 5:29 pm
brewmanz (3/3/2009)
Tim Wilson-Brown (3/3/2009)
I'll leave you with the challenge of parsing the output from DBCC CHECKIDENT.
SQL Server should act like a Finite State Machine, to be able to predict its...
March 3, 2009 at 10:21 pm
raymond lew (3/3/2009)
It certainly does not operate according to how I expect things to work....
March 3, 2009 at 3:36 pm
Please post your question with examples in a SSIS forum - i.e. http://www.sqlservercentral.com/Forums/Forum148-1.aspx
The article Forum Etiquette: How to post data/code on a forum to get the best help at http://www.sqlservercentral.com/articles/Best+Practices/61537/...
February 25, 2009 at 8:15 pm
SET FMTONLY generates metadata using the structure of the query - metadata can be derived from the types of constants, columns, or expressions.
In the case of stored procedures, which aren't...
February 25, 2009 at 8:08 pm
You might want to try posting your question in a more appropriate forum.
A clearer question could also attract more answers.
(For example, are you talking about SQL Server views or queries,...
February 12, 2009 at 7:04 pm
This is a double (actually quadruple) post.
Please respond here http://www.sqlservercentral.com/Forums/Topic652704-338-1.aspx
February 10, 2009 at 3:26 pm
Viewing 15 posts - 31 through 45 (of 63 total)