Viewing 15 posts - 1,531 through 1,545 (of 2,038 total)
Confirm Vijaya Kadiyala. DDL and some sample data would be helpful to help. 😉
Please have a look to the link in my signature.
Greets
Flo
April 6, 2009 at 1:43 pm
Hi
I would also suggest a Calendar table. It's quiet easy with this!
@bob-2: hope it's okay to bring a sample for your suggestion. Feel free to correct me! 🙂
DECLARE @sla TABLE...
April 6, 2009 at 1:35 pm
Hi Zen
Glad to help you!
Just because I'm pry, is the performance better than before?
Greets
Flo
April 6, 2009 at 10:32 am
Hi
Could you explain "unused tables"?
Greets
Flo
April 6, 2009 at 5:36 am
... or have a look to the script I populated here 😉
Edited: Oops, sorry it's SQL2k Forum. So this script might not work. My apologize!
Greets
Flo
April 6, 2009 at 5:34 am
Hi
Just for information, if possible you may consider to use BCP.
Nevertheless. Which data type are your codctb and nifctb? It seems that your codctb is INT, so you have to...
April 6, 2009 at 5:03 am
metoseeu (4/6/2009)
... Mr or Mrs. 500 ...
This is only my current status here (as yours is "Grasshopper" currently).
My Name is "Flo" or "Florian" 😉
Have a nice day
Flo
April 6, 2009 at 4:27 am
Paul White (4/6/2009)
Nice solution flo!Typical developer - a code-based solution 😛 😀
...while the DB guy hacks away with cut and paste :laugh:
Developer rules 😎
Usually I would also do the copy-paste,...
April 6, 2009 at 2:39 am
Meeting is in one hour...
Paul White (4/6/2009)
@Flo:Yes I've just seen it (the cascade)...spooky!
😀
@Kruti
I'm going to assume the results are right then (your time zone is GMT +5 or something?)
The 4ms...
April 6, 2009 at 2:31 am
Paul White (4/6/2009)
Apologies to flo who posted at the same time - but I'd already written this so I have to post it! 😀
Nothing to apologize, I just did the...
April 6, 2009 at 2:10 am
Hi Paul!
Dang! You've been to fast 🙂
Only for completeness and not completely senseless writing this test...
SET NOCOUNT ON
DECLARE @sql NVARCHAR(MAX)
SELECT @sql = ''
'CREATE TABLE...
April 6, 2009 at 2:04 am
Hi kruti
To solve you problem, replace the FLOAT with a DECIMAL and handle minutes instead of days. This should work:
--DROP FUNCTION [_GetActualDate]
CREATE FUNCTION [dbo].[_GetActualDate]
(
-- Add the parameters...
April 6, 2009 at 1:19 am
Hi
You are correct a deletion in parent table may cause deletes in related tables and their relations.
How long this can take? Anytime between 0 (nearly) and forever. E.g. if you...
April 6, 2009 at 12:33 am
Hi kruti
As written in my previous post, what about a decimal parameter instead of varchar? You eliminate the problems with the float and it is much faster because you have...
April 6, 2009 at 12:14 am
Steve Jones - Editor (4/5/2009)
April 5, 2009 at 11:52 am
Viewing 15 posts - 1,531 through 1,545 (of 2,038 total)