Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need some advice
Message
From
31/03/2000 08:26:46
 
 
To
30/03/2000 23:28:47
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
00348846
Message ID:
00353246
Views:
20
Since this section is the only place where rows are placed into #db_ledger:

>insert into #db_ledger
>SELECT *
>FROM GENLED
>WHERE GLCD = @LEDCODE AND GLDT >=@FROMDATE AND GLDT <= @TODATE
>ORDER BY GLDT
>

Maybe there are no rows in GENLED for the date range that you're calling it with??

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform