Viewing 15 posts - 16 through 30 (of 51 total)
it is identity(x,y)
x = start positon
y = value to increament
November 18, 2010 at 10:00 pm
You can use user defined functions that returns tables and then treat the tables returned from the function as any other table
November 18, 2010 at 9:51 pm
October 26, 2010 at 12:04 am
read the following article to understand more about functions
October 13, 2010 at 11:22 pm
You can execute the stored procedure like this
USE AdventureWorks
GO
DECLARE @rc int
DECLARE @StartProductID int
DECLARE @CheckDate datetime
-- TODO: Set parameter values here.
EXECUTE @rc = [AdventureWorks].[dbo].[uspGetBillOfMaterials]
...
October 13, 2010 at 11:18 pm
October 13, 2010 at 11:14 pm
Am not sure if you can do this but you can try creating a report project in VB.Net 2008
http://www.packtpub.com/article/creating-report-with-visual-studio-2008
September 29, 2010 at 2:02 am
You can research on these functions and get a simpler way to get your results
SUBSTRING
LTRIM
RTRIM
CHARINDEX
September 23, 2010 at 12:50 am
I found this article to be very useful on linked servers
http://msdn.microsoft.com/en-us/library/aa213778(SQL.80).aspx
and there more from msdn
September 23, 2010 at 12:24 am
Is this SQL Server Database Request Form the as the database design document?
September 23, 2010 at 12:20 am
May be the people are getting it wrong did not answer it on 9 July 2010
July 16, 2010 at 1:06 am
Viewing 15 posts - 16 through 30 (of 51 total)