|
|
-
raginigupta20 Liked 10 Months ago through Blogs
SSIS is stands for SQL Server Integration Services
According to me SSIS is basic block of building any MS BI application which should be have three P’s-Pure,Perfect,Painless.
It is ETL-(Extract,Transform and Load )Tool form Microsoft based on SQ...
|
-
raginigupta20 Liked 10 Months ago through Pages
We wish to use these pages for publishing various documents, announcements, FAQ etc related to beyondrelational.com...
|
-
raginigupta20 learned 10 Months ago through Blogs
As you know well, VALUES clause is used to insert values to the table
A simple example is
declare @t table (id int , col1 int, col2 int, col3 int)
insert into @t values(1, 14, 12, 24)
select * from @t
But in version 2008, you can do more things...
|
-
raginigupta20 Liked 10 Months ago through Blogs
As you know well, VALUES clause is used to insert values to the table
A simple example is
declare @t table (id int , col1 int, col2 int, col3 int)
insert into @t values(1, 14, 12, 24)
select * from @t
But in version 2008, you can do more things...
|
-
raginigupta20 learned 10 Months ago through Blogs
I have already posted blog posts regarding the proper usage of the alias name
http://beyondrelational.com/blogs/madhivanan/archive/2007/11/14/should-alias-names-be-preceded-by-as.aspx http://beyondrelational.com/blogs/madhivanan/archive/2008/09/09/sho...
|
-
raginigupta20 Liked 10 Months ago through Blogs
I have already posted blog posts regarding the proper usage of the alias name
http://beyondrelational.com/blogs/madhivanan/archive/2007/11/14/should-alias-names-be-preceded-by-as.aspx http://beyondrelational.com/blogs/madhivanan/archive/2008/09/09/sho...
|