Viewing 15 posts - 16 through 30 (of 33 total)
You can use import and Export Wizard to export the data into Excel file
March 5, 2015 at 2:21 am
It wouldn't unless you configure some customized sql job to store it manually in a table
March 4, 2015 at 5:51 am
You can configure Windows cluster on the nodes first then install SQL instances and configure them for AlwaysON or you can install SQL instances on the nodes , configure Windows...
March 4, 2015 at 5:05 am
are u running any sql job or SSIS package or stored proc?
March 3, 2015 at 3:43 am
There are two things to be taken care in the code :
1) Select count(*) from Total - this should be Select count(*) from Total where deptid= @deptid
2) drop table...
February 26, 2015 at 2:07 am
try using CASE statement in UPDATE clause
February 25, 2015 at 2:20 am
You can directly create a SQL job to take backup on a remote share and restore them locally without using SSIS package. You have to write dynamic query to add...
February 24, 2015 at 3:51 am
take a log backup of primary db before going for shrinking.
February 24, 2015 at 3:03 am
are you running the queries in SSMS of a different server?
February 24, 2015 at 2:51 am
Make sure you add 5022 port in firewall exception on both the nodes.
December 16, 2014 at 2:35 am
You can check either SQL error log or Windows Event log for errors.
December 15, 2014 at 1:57 am
write t-sql code to check the number of active user connections and kill those exceeding a certain number. You can embed this code in a sql job and schedule it...
December 11, 2014 at 3:06 am
save it as a SSIS package and use data conversion transformation to convert it to relevant datatype.
December 11, 2014 at 2:00 am
Viewing 15 posts - 16 through 30 (of 33 total)