Viewing 15 posts - 1 through 15 (of 18 total)
Apologies for all the questions!
How about this syntax?
SELECT @s-2 = (CONVERT (NVARCHAR (50), DateDiff(minute, CONVERT (CHAR (24), [PI9_StartDT], 108), CONVERT (CHAR (24), [PI9_EndDT], 108)) / 60)) + '...
January 26, 2012 at 9:59 am
That helped, thanks.
One more problem.
I want to call a stored proc from within another stored proc. Here is my code:
ELECT @OUT = EXEC [MUJV].[FailPassPI9]
GarrisonName,
(CONVERT (NVARCHAR (50),...
January 26, 2012 at 9:44 am
BackupAssist is a backup software I am using. I thought that maybe a cause for the problem?
I will check the event logs ASAP. I am backing up to USB drive...
August 17, 2010 at 4:28 pm
Hi,
How do I use that query?
To the last poster - I haven't inherited a database, I just have too many tables that it will take too long to join up...
May 10, 2010 at 2:33 am
All tables have the same key structure.
I am talking about foreign keys into the parent table.
May 4, 2010 at 9:32 am
Wouldn't both fields in the intersecting table be PKs?
April 15, 2010 at 7:54 am
Ok but what I am confused about is that the Employee table has a PK, so that will link to the intersecting table. The intersecting table have the PK of...
April 10, 2010 at 9:26 am
I have also passed 70-630, which is the Sharepoint 2007 Configuration Exam and I'm taking 70-562 (ASP.NET) very soon, both MCTS.
I guess I will have to decide on the path...
November 27, 2009 at 11:36 am
Hi,
The way I got this to work is to keep trying the installer. So work around the problem, really. I was advised by someone else in another thread I made...
November 23, 2009 at 5:12 pm
RBarryYoung (6/14/2009)
info (6/14/2009)
To the last poster - XXX denotes a specific part of a car. So I have one table containing reviews for all parts with a...
June 14, 2009 at 12:03 pm
First poster - thanks!
To the last poster - XXX denotes a specific part of a car. So I have one table containing reviews for all parts with a table design...
June 14, 2009 at 7:43 am
Yeah C# does have certain ways to distinguish between output parameters and non-output parameters.
I now get these errors:
Msg 102, Level 15, State 1, Procedure GetDiscount1, Line 4
Incorrect syntax near '@ret'.
Msg...
April 7, 2009 at 9:51 am
I found an article which said the following:
Manager ---> Player
You will link the manager table to the player table because the player table will only need 1 manager for each...
March 2, 2009 at 3:15 pm
Seth Delconte (10/14/2008)
create proc uspGetAdmins @User varchar(40), @IsAdmin varchar(1) OUTPUT
as
set @IsAdmin = (
select IsAdministrator
from tbl1...
October 15, 2008 at 6:20 am
Viewing 15 posts - 1 through 15 (of 18 total)