Viewing 15 posts - 2,851 through 2,865 (of 5,103 total)
what the error means is that when using cascades you are not allowed to have more than one possible path for the cascade action to occur!!
ex
T1 <------------------------------ T2
^ |
|-----------------T3 <-------------|
In...
August 16, 2005 at 12:49 pm
can you post the DDL of EmployeeTests and Categories ?
August 16, 2005 at 12:43 pm
The purpose was to check the INSERT statements. With varchar you get NO errors it will simply truncate the values. If those columns were declared as CHAR it will bomb...
August 16, 2005 at 12:15 pm
Remi, the issue is not your query he needs to aggregate the data before your query is implemented. No matter which method you use the aggregation has to happen first...
August 16, 2005 at 12:10 pm
if you have unit testing in place a quick way to find those is to convert all varchar to char and perform the tests you will find the errors and then...
August 16, 2005 at 12:05 pm
sure I would love to see your app scale! ... it will be good for you ![]()
Then I will see you comming for help and...
August 16, 2005 at 12:02 pm
Make sure the remote server is not running under "Local system account"!
August 16, 2005 at 10:46 am
don't get me started with the unnecessary use of cursors and where is
@myVar='10,80,90' used in there ?
August 16, 2005 at 10:31 am
I had thought of doing it this way, but was trying for something in 1 query instead of multiple.
Like I said Create a view with your original code then
the "second" query...
August 16, 2005 at 9:34 am
Just add a little string manipulation
SELECT convert(datetime, Left(MyDateString,8) + ' ' + Right(MyDateString, 12) ) as Converted
from MyTable
August 16, 2005 at 9:29 am
you should always try to separate data from presentation !! use sql for what is good at : Retrieve data (not mixed with Metadata) and ASP for dynamic Page building
August 16, 2005 at 9:12 am
If you want a long one I have this themes for you:
- DBA vs Developers
- Oracle vs SQL Server
- Indentity vs Natural Keys
...
but I would have never imagine that "multiple...
August 16, 2005 at 9:08 am
Is this thread STILL alive???
Can you continue in a new one .... sheeshh ![]()
August 16, 2005 at 8:56 am
Viewing 15 posts - 2,851 through 2,865 (of 5,103 total)