Viewing 15 posts - 1 through 15 (of 44 total)
i can do that too, but than it will drop all connection and i have to rename the file right ?
can i restore db with new name ?
August 10, 2016 at 8:30 am
i think below query might work but it shows the full history. I just want to see job name and last run date/time and duration
SELECT h.server, j.name, h.run_date, h.run_time, h.run_duration
...
July 21, 2016 at 12:13 pm
so i know why it came as blank result becasue it ask me to enter job name etc.
July 21, 2016 at 12:09 pm
sorry about that but looks like that query didn't work, it gives me blank result
July 21, 2016 at 12:08 pm
so there are more than 100 sql servers - database servers
i have list of server name and instance name which i registered in ssms.
On each server there are many...
July 21, 2016 at 11:54 am
before this post, i tried that (sqlcmd -L)
it gave me nothing.
attach is the result page from that command
July 21, 2016 at 7:54 am
I just have list of all the server names
July 21, 2016 at 7:21 am
that will be great if you can send me that power-shell script, let me know if you want emailaddress. also the steps you take to automate that script. also trying...
July 21, 2016 at 6:50 am
Is there a query or way to register 100 server name with one query and you will see all the list in your left panel of register server or do...
July 21, 2016 at 6:48 am
to run the query you posted i have to connect to each server individually to check the backup, i want script which should remotely monitor or backup and create a...
July 18, 2016 at 8:38 am
Guys, Just to clarify I know the query how to check up the last backup of the database from the server.
What I am looking for is the check that data...
July 18, 2016 at 8:37 am
after i posted the example I NOTICE Something
that Table B (second table) has many records with All_ID column not just one
so basically i want to make sure the result/condition should...
July 6, 2016 at 1:22 pm
PLEASE SEE ATTACHED WORD DOCUMENT TO GET MORE CLEAR PICTURE OF WHAT I AM TRYING TO ACHIEVE
July 6, 2016 at 1:09 pm
PLEASE SEE ATTACHED WORD DOCUMENT TO GET MORE CLEAR PICTURE OF WHAT I AM TRYING TO ACHIEVE
July 6, 2016 at 1:08 pm
PLEASE SEE ATTACHED WORD DOCUMENT TO GET MORE CLEAR PICTURE OF WHAT I AM TRYING TO ACHIEVE
Table A
select all_ID,My_Name,account,total,total_split,money_no from misc where all_ID=5505
Result of Table A Query
all_IDMy_Nameaccounttotaltotal_splitmoney_no
750Raja co.A55644331
750Raja co.A55642135
Table B
select...
July 6, 2016 at 1:07 pm
Viewing 15 posts - 1 through 15 (of 44 total)