Viewing 15 posts - 796 through 810 (of 4,087 total)
It's very difficult to troubleshoot performance problems without an execution plan (preferably the actual rather than estimated). I did look at your query and see that you had a triangular...
November 6, 2018 at 9:29 am
November 5, 2018 at 7:56 am
November 5, 2018 at 7:32 am
November 2, 2018 at 12:41 pm
hello, I want to validate multiple fields and create a string listing the fields that...
November 1, 2018 at 12:16 pm
CREATE TABLE #TEST ( Account Varchar(20), [Address] Varchar(50) )
INSERT INTO...
November 1, 2018 at 9:31 am
October 31, 2018 at 2:08 pm
October 30, 2018 at 3:16 pm
FROM sys.databases sd LEFTJOIN sys.database_mirroring dbm
As noted, a name, "sd", that follows immediately after a table name, "sys.databases", becomes an...
October 30, 2018 at 3:11 pm
October 30, 2018 at 2:47 pm
The error message is clear: "Invalid column name...." The error message also tells you which column name is invalid, but you didn't include that part in your post. You need...
October 30, 2018 at 11:50 am
October 30, 2018 at 11:40 am
Viewing 15 posts - 796 through 810 (of 4,087 total)