|
|
-
sunil20000 Liked 14 Days ago through Blogs
This Linq Query will help to find the N-th highest Salary of Employees ...
|
-
sunil20000 Learned 8 Months ago through Just Learned
Just learned that the matching datatype for sql datatype TINYINT in Microsoft .net Framework is BYTE......
|
-
sunil20000 Liked 8 Months ago through Just Learned
Just learned that the matching datatype for sql datatype TINYINT in Microsoft .net Framework is BYTE......
|
|
|
-
sunil20000 Liked 8 Months ago through Blogs
It seems often users want to check whether the data has only numbers in a varchar type column. The commonly suggested one is to make use of ISNUMERIC() function. But the problem in using that function is that it will treat some alphabets, $, char(10),et...
|
|
|
|
|
-
sunil20000 lifesaver 8 Months ago through Blogs
BULK INSERT is used to insert data to a table from a text file. Only problem with it is that it is not possible to specify the columns that you want data to be imported. For example the table has 4 columns whereas there are data for 2 columns in the tex...
|
-
sunil20000 learned 8 Months ago through Blogs
BULK INSERT is used to insert data to a table from a text file. Only problem with it is that it is not possible to specify the columns that you want data to be imported. For example the table has 4 columns whereas there are data for 2 columns in the tex...
|
-
sunil20000 Liked 8 Months ago through Blogs
BULK INSERT is used to insert data to a table from a text file. Only problem with it is that it is not possible to specify the columns that you want data to be imported. For example the table has 4 columns whereas there are data for 2 columns in the tex...
|