|
|
-
Guru Samy Liked 6 Months ago through Just Learned | 1 Point
SQL Server interprets two-digit years based on a cutoff year of 2049. That is, the two-digit year 49 is interpreted as 2049 and the two-digit year 50 is interpreted as 1950.
SQL Server also provides cutoff configurations but Microsoft recommend usin...
|
-
Guru Samy Learned 6 Months ago through Just Learned | 1 Point
SQL Server interprets two-digit years based on a cutoff year of 2049. That is, the two-digit year 49 is interpreted as 2049 and the two-digit year 50 is interpreted as 1950.
SQL Server also provides cutoff configurations but Microsoft recommend usin...
|
-
Guru Samy Liked 6 Months ago through Just Learned | 1 Point
If you use "select * into" to create a new table from an existing table having a primary key, then the new table will not have a primary key by default....
|
-
Guru Samy Learned 6 Months ago through Just Learned | 1 Point
If you use "select * into" to create a new table from an existing table having a primary key, then the new table will not have a primary key by default....
|
-
Guru Samy Liked 6 Months ago through Just Learned | 1 Point
Today my colleague came up with a problem that he were not able to restore database having error like follows.
Restore failed for Server ''. (Microsoft.SqlServer.Smo) System.Data.SqlClient.SqlError: The file "D:\Db.mdf" is compressed bu...
|
-
Guru Samy Learned 6 Months ago through Just Learned | 1 Point
Today my colleague came up with a problem that he were not able to restore database having error like follows.
Restore failed for Server ''. (Microsoft.SqlServer.Smo) System.Data.SqlClient.SqlError: The file "D:\Db.mdf" is compressed bu...
|
-
Guru Samy Liked 6 Months ago through Just Learned | 1 Point
UrlEncode transmites html content to server compitible text but single quote (') or double quote (") or ampersand (&) or slash (\) or space or etc are not able to encode.
when transmitted by request it raises error of potential dangerous request.
t...
|
-
Guru Samy Learned 6 Months ago through Just Learned | 1 Point
UrlEncode transmites html content to server compitible text but single quote (') or double quote (") or ampersand (&) or slash (\) or space or etc are not able to encode.
when transmitted by request it raises error of potential dangerous request.
t...
|
-
Guru Samy Liked 6 Months ago through Just Learned | 1 Point
I just got started with Windows 8 on my laptop without touch and the most difficult part is how to close an app in Metro. The answer is simple ALT + F4. Or you could drag the app from the top bar all the way to the bottom to close it ( not too good)....
|
-
Guru Samy Learned 6 Months ago through Just Learned | 1 Point
I just got started with Windows 8 on my laptop without touch and the most difficult part is how to close an app in Metro. The answer is simple ALT + F4. Or you could drag the app from the top bar all the way to the bottom to close it ( not too good)....
|