Viewing 15 posts - 226 through 240 (of 2,356 total)
Hi all,
I know very little about Power BI, but I am hopeful that someone here has enough knowledge to know whether or not it is even possible to schedule...
February 22, 2023 at 5:44 pm
Why are these replies getting flagged as spam?
February 22, 2023 at 5:34 pm
This is the code which is creating the problem (bridgid is bigint ,remaks is varchar(250) status smallint) in both the tables mentioned below. INSERT INTO KKR (BridgID,Remarks,Status) SELECT DISTINCT...
February 21, 2023 at 1:36 pm
This is one of the easiest errors to diagnose.
Your code, which we cannot see, is trying to assign a value to a variable or a column that is defined as...
February 20, 2023 at 8:11 pm
You have DomainA, and DomainB, and there is a trust between them.
Your server is DomainB\MyServer.
Your login is DomainA\MyLogin
On server DomainB\MyServer, add the login DomainA\MyLogin to the server.
If it works, you...
February 20, 2023 at 8:02 pm
Anyone ever hear this one?
One of our groups screwed up the perms on the server drives, and here is what they said.
February 17, 2023 at 7:27 pm
I am already using it but not helpful in my case it is giving only the current sql stmt.
Ok, one of the parameters is to capture the output to...
February 14, 2023 at 12:36 pm
Calculate a larger time portion, like seconds, minutes, or hours, and then multiply to get milliseconds????
February 13, 2023 at 8:50 pm
You may want to read these articles
https://www.sqlservercentral.com/articles/cross-tabs-and-pivots-part-1-converting-rows-to-columns-1
https://www.sqlservercentral.com/articles/cross-tabs-and-pivots-part-2-dynamic-cross-tabs
February 13, 2023 at 6:42 pm
I would download and install sp_whoisactive
February 13, 2023 at 5:58 pm
Create a view that anonymizes the names in a select of the Member table.
BCP out the view.
Empty the Member table.
BCP into the Member table.
February 13, 2023 at 5:54 pm
Data which is distributed over multiple databases needs to be gathered and then queried/filtered.
Are these databases on the same instance, or different instances or servers?
Currenttly a temporary table...
February 13, 2023 at 3:03 pm
Data which is distributed over multiple databases needs to be gathered and then queried/filtered.
Are these databases on the same instance, or different instances or servers?
Currenttly a temporary table...
February 13, 2023 at 3:02 pm
As emphatically strong a suggestion as I can make...
If you get the opportunity to take the all-day class on SQL Server 2022 put on by Bob Ward of Microsoft,...
February 10, 2023 at 1:10 pm
Talking about ChatGPT, has anyone seen this one yet? https://www.cnn.com/2023/02/08/tech/google-ai-bard-demo-error/index.html
<headdesk>
Yes... and they're making an big deal about it. ChatGPT is constantly providing incorrect answers about code and people...
February 9, 2023 at 2:57 pm
Viewing 15 posts - 226 through 240 (of 2,356 total)