Viewing 15 posts - 1,456 through 1,470 (of 7,191 total)
shp.shftr - Tuesday, June 6, 2017 11:16 PMUnfortunately the script doesn't seem to work
I think Henrico's got his join the wrong way...
June 7, 2017 at 3:21 am
You need to connect to the clustered name, not the individual node name. And if the SQL Server Browser service isn't running on the node on which the instance is...
June 7, 2017 at 3:09 am
June 7, 2017 at 3:06 am
First attempt:
What you're describing is a DML operation - moving data from one table to another (let's disregard the fact that TRUNCATE TABLE is technically a DDL operation). ALTER...
June 7, 2017 at 2:58 am
Maybe most of your guys it is Simple question and it is simple question...
June 7, 2017 at 2:51 am
I typed "powershell get cluster name" into my favourite search engine, and the first result appeared to answer your question.
John
June 7, 2017 at 2:30 am
Vijay
It will help if you want to move a table from one schema to another without having to export the data, drop the table, recreate the table in...
June 7, 2017 at 2:26 am
Might be to do with database ownership chaining. Have a careful read through this.
John
June 7, 2017 at 2:22 am
June 6, 2017 at 8:29 am
June 6, 2017 at 8:08 am
Sreejith! - Tuesday, June 6, 2017 6:23 AMbut we are continuously getting alert from job. Can someone please suggest?
Well, yes,...
June 6, 2017 at 6:56 am
I have a table with out any indexes. If I am deleting & Inserting data...
June 6, 2017 at 5:45 am
There'll be no particular impact on your reports of upgrading the source database server, provided that the queries that the reports use still run in timely fashion on SQL Server...
June 5, 2017 at 8:31 am
Viewing 15 posts - 1,456 through 1,470 (of 7,191 total)