|
|
-
sumit.kanugo Liked 5 Months ago through Pages
We wish to use these pages for publishing various documents, announcements, FAQ etc related to beyondrelational.com...
|
-
sumit.kanugo Commented 5 Months ago through Blogs
Hi Madhivanan ,
its interesting topic , implementation is more useful on this
i have used sql server replication for data transmission ....
|
-
sumit.kanugo Commented 5 Months ago through Blogs
as Sql server create tabel syntex after last comma CONSTRAINTS are placed ,
in case there is no information provided to sql it assumes there no key define....
|
-
sumit.kanugo Liked 2 Years ago through Just Learned
While trying to retrieve the select top count dynamically, initially tried this way
[code]
Declare @noOfRowsPerChunk int
set @noOfRowsPerChunk = 5
select top @noOfRowsPerChunk RecordID from myTable
[/code]
which throwed the syntax error.
Fix:...
|
RKA
91
·
2% ·
598
|
|
-
sumit.kanugo knew 2 Years ago through Just Learned
While trying to retrieve the select top count dynamically, initially tried this way
[code]
Declare @noOfRowsPerChunk int
set @noOfRowsPerChunk = 5
select top @noOfRowsPerChunk RecordID from myTable
[/code]
which throwed the syntax error.
Fix:...
|
RKA
91
·
2% ·
598
|
|
-
sumit.kanugo Liked 2 Years ago through Just Learned
While trying to retrieve the select top count dynamically, initially tried this way
[code]
Declare @noOfRowsPerChunk int
set @noOfRowsPerChunk = 5
select top @noOfRowsPerChunk RecordID from myTable
[/code]
which throwed the syntax error.
Fix:...
|
RKA
91
·
2% ·
598
|
|
-
sumit.kanugo knew 2 Years ago through Just Learned
While trying to retrieve the select top count dynamically, initially tried this way
[code]
Declare @noOfRowsPerChunk int
set @noOfRowsPerChunk = 5
select top @noOfRowsPerChunk RecordID from myTable
[/code]
which throwed the syntax error.
Fix:...
|
RKA
91
·
2% ·
598
|
|
-
sumit.kanugo Liked 2 Years ago through Just Learned
While trying to retrieve the select top count dynamically, initially tried this way
[code]
Declare @noOfRowsPerChunk int
set @noOfRowsPerChunk = 5
select top @noOfRowsPerChunk RecordID from myTable
[/code]
which throwed the syntax error.
Fix:Add
|
RKA
91
·
2% ·
598
|
|