Viewing 15 posts - 46 through 60 (of 373 total)
Really the way you have is should return just fine.
-- This is where I had to break it out into two separate selects
...
February 4, 2009 at 11:11 am
John (2/4/2009)
Working Code:
ALTER FUNCTION [dbo].[MyFunc] (
@MyId INT
)
RETURNS @t TABLE (
MyIDINT
,MySubIDINT
,MyNameVARCHAR(50)
,MyLevelINT
)
AS
BEGIN
DECLARE
@MySubIDINT
,@MyLevelINT
-- This...
February 4, 2009 at 11:07 am
you will have to post your code so someone can look at what you are describing.
February 4, 2009 at 10:34 am
I am not sure exactly what you're doing, but when in passive mode it is a lot easier to connect FTP.
Active mode means that the server that you are connecting...
February 4, 2009 at 10:31 am
You are doing right.
You are just missing a step.. "That is if you are wanting to view the new values in the query window in management studio"
-------------------------------------------------------------
DECLARE
@Var1 INT
,...
February 4, 2009 at 10:24 am
I do not have any data in the table yet.
I see what you're saying.
I have found some info on working with percentages from
So what I can tell from...
January 30, 2009 at 10:40 am
Thanks,
Is the UnitPriceDiscount a percentage or a number ?
select 10 *((1.0)-4)* 6
or
select 10 *((1.0)-.25)* 6
January 29, 2009 at 10:19 pm
I have really worked with that adventureworks database ever since MS released it a couple of years ago. And I model a great deal of my work after that wonderful...
January 28, 2009 at 6:51 pm
I did not use this type of implementation; however, there had been a couple of times that i have thought back on the Northwind database where employees are also managers.
The...
January 28, 2009 at 4:23 pm
I did a update from Microsoft yesterday and had to restart my machine after the update. When the machine restarted I got bombarded by emails from jobs that ran two...
January 27, 2009 at 7:55 am
Hi,
i was able to telnet with success to my smtp server.
What is AV?
January 3, 2009 at 10:27 pm
So you are saying it is best to install sql server on the production machine and have another box with management studio installed to remotely manage sql server.
Ok, i...
August 5, 2008 at 11:16 am
Viewing 15 posts - 46 through 60 (of 373 total)