|
|
-
Ashraf Liked 2 Years ago through Just Learned
By using sp_attach_single_file_db, we can bring suspect database into online, when LDF file is not available
sp_attach_single_file_db : Attaches a database having only one data file to the current server.
[code]
sp_attach_single_file_db [ @dbna...
|
-
Ashraf Liked 2 Years ago through Just Learned
By using sp_attach_single_file_db, we can bring suspect database into online, when LDF file is not available
sp_attach_single_file_db : Attaches a database having only one data file to the current server.
[code]
sp_attach_single_file_db [ @dbname
|
|
|
-
Ashraf Liked 2 Years ago through Blogs
Select * From tblEmployee;
EMPID EMPNAME SALARY BELONGSTO DEPTID
---------- -------------------------------------------------- ---------- ---------- ----------
1 Deepak Kumar Goyal...
|
-
Ashraf Liked 2 Years ago through Just Learned
Here is 3 shortcuts in visual studio, that today i learned, which increases productivity.
F9 - To set a break point, Clicking again on that will remove that break point.
Ctrl + K, d - To format the page
Shift + Del - To cut the current line, wit...
|
-
Ashraf Liked 2 Years ago through Just Learned
Here is 3 shortcuts in visual studio, that today i learned, which increases productivity.
F9 - To set a break point, Clicking again on that will remove that break point.
Ctrl + K, d - To format the page
Shift + Del - To cut the current line, wit...
|
-
Ashraf Learned 2 Years ago through Just Learned
Here is 3 shortcuts in visual studio, that today i learned, which increases productivity.
F9 - To set a break point, Clicking again on that will remove that break point.
Ctrl + K, d - To format the page
Shift + Del - To cut the current line, wit...
|
-
Ashraf Learned 2 Years ago through Just Learned
Here is 3 shortcuts in visual studio, that today i learned, which increases productivity.
F9 - To set a break point, Clicking again on that will remove that break point.
Ctrl + K, d - To format the page
Shift + Del - To cut the current line, wit...
|
|
|
-
Ashraf Commented 2 Years ago through Blogs
Great job...
|