|
|
-
Jacob Sebastian Liked 10 Months ago through Just Learned | 1 Point
One can view & print excel files on computers that do not have excel installed. search for "excel viewer" .
Business scenario: when it does not make sense to buy a license when all you need is view & print excel files. ...
|
-
Jacob Sebastian Learned 10 Months ago through Just Learned | 1 Point
One can view & print excel files on computers that do not have excel installed. search for "excel viewer" .
Business scenario: when it does not make sense to buy a license when all you need is view & print excel files. ...
|
-
Jacob Sebastian Learned 10 Months ago through Just Learned | 1 Point
One can view & print excel files on computers that do not have excel installed. search for "excel viewer" .
Business scenario: when it does not make sense to buy a license when all you need is view & print excel files. ...
|
-
Jacob Sebastian Liked 10 Months ago through Just Learned | 1 Point
In SQL Server 2008, We have a feature to select multiple lines with specific characters.
In SQL Server 2012, we can append the same text to multiple lines.
Below images will give the clear picture to understand this feature.
Some times we need to ad...
|
-
Jacob Sebastian Liked 10 Months ago through Just Learned | 1 Point
In SQL Server 2008, We have a feature to select multiple lines with specific characters.
In SQL Server 2012, we can append the same text to multiple lines.
Below images will give the clear picture to understand this feature.
Some times we need to ad...
|
-
Jacob Sebastian Learned 10 Months ago through Just Learned | 1 Point
In SQL Server 2008, We have a feature to select multiple lines with specific characters.
In SQL Server 2012, we can append the same text to multiple lines.
Below images will give the clear picture to understand this feature.
Some times we need to ad...
|
-
Jacob Sebastian Learned 10 Months ago through Just Learned | 1 Point
In SQL Server 2008, We have a feature to select multiple lines with specific characters.
In SQL Server 2012, we can append the same text to multiple lines.
Below images will give the clear picture to understand this feature.
Some times we need to ad...
|
|
|
-
Jacob Sebastian Commented 10 Months ago through Just Learned | 1 Point
This post is too big for a tip. I would recommend you post it as a [blog post][1] or as [a script][2].
[1]: http://beyondrelational.com/modules/2/default.aspx?s=stream&tab=posts
[2]: http://beyondrelational.com/modules/30/scripts.aspx?s=stream...
|
-
Jacob Sebastian Commented 11 Months ago through Just Learned | 1 Point
Because you have a CHAR column, the INT value needs to be converted into CHAR before the insertion can take place. A two digit value cannot be converted into 1 CHAR and that is why you see the "*" which indicates and incorrect value.
You can see a si...
|