August 4th, 2011 03:12 AM
i am using CTE, but failed to use with SP
;WITH EmpCTE AS
(
SELECT a.EmployeeId,CAST ('' AS VARCHAR(500)) AS Reporting_Heads
FROM EmpTable a
WHERE
a.BossId IS NULL
UNION ALL
February 4th, 2009 02:15 AM
hi all,
i want to know how to make a vb application setup that will run/install only time.
if some one try to install again in same pc or another pc it will not run.
thanks
September 5th, 2008 03:32 AM
thanks dear,
but can you provide me some working example
September 4th, 2008 07:15 AM
how to do this and what language should i have to use
Hardware interfaced to mcahine. ( I/O's to be analog & digital )
Switches & knobs + lights
Using these inputs to read the state the graphics...
September 18th, 2007 11:37 PM
Hi All,
I am developing a web application using ASP.NET 2.0,VB.NET & SQL SERVER 2005.
in my application i want only 4 user(multiuser) can access web form and they will be access web form as a...