Viewing 15 posts - 196 through 210 (of 8,760 total)
There is no single answer to your question as it all "Depends". Without further information, any response will be pure guesswork!
π
To Steve's good point, you are working with set-based data,...
November 29, 2022 at 4:04 pm
My hunch was right, you are running a database in full recovery mode without log backups! This is not good!
π
Instead of writing the full instructions here as the documentation and...
November 29, 2022 at 3:45 pm
We will need your help in order to be able to help you, so please help us!
π
It would be greatly appreciated if you could provide the DDL (create table) script,...
November 29, 2022 at 3:34 pm
November 28, 2022 at 4:26 pm
thanks Everyone i have tried using above left outer join using power bi and this resolved my issue with conditional formatting.
From next time i will try to post as...
November 28, 2022 at 2:30 pm
Thanks!
I am pretty sure that the log is the problem. Theese DB's were created in 2011, and the logs are pretty big.
And i do not need them anyway.
Which restore...
November 28, 2022 at 2:19 pm
Quick question, what is the recovery model of the database?
π
November 28, 2022 at 11:20 am
Just further on this subject for the sake of completion, what if entries are deleted?
π
Here is a simple suggestion:
USE TEEST;
GO
SET NOCOUNT ON;
GO
---------------------------------------------------------------------
-- https://www.sqlservercentral.com/forums/topic/compare-2-tables-and-highlight-where-the-column-values-has-been-updated
---------------------------------------------------------------------
-- Sample data set
---------------------------------------------------------------------
DECLARE @SNAP01...
November 27, 2022 at 2:45 pm
This problem is absolutely elementary but the answer would have been here sooner if the OP had posted the requested DDL and data!
π
Most of us are far too busy to...
November 27, 2022 at 11:40 am
Quick thought, the results do not match the data posted unless there is some hidden logic π
We will need your help in order to be able to help you, so...
November 25, 2022 at 12:26 pm
The answer should be: "strips all leading '9' from the input π
π
This method is useful when dealing with prefixes like leading zero.
November 24, 2022 at 2:39 pm
An additional data file will be used if it is in the same filegroup as the existing data files.
π
You might want to look into creating a new filegroup for indices...
November 24, 2022 at 2:07 pm
Suggest you start by reading the documentation π
π
November 24, 2022 at 12:49 pm
Can you please post the DDL (create table) script, sample data as an insert statement and the desired output from the sample data?
π
November 24, 2022 at 12:43 pm
When it comes to validating usersβ input, dynamic SQL or not, I like to use the belt and braces method of validating the input by running it through...
November 24, 2022 at 12:36 pm
Viewing 15 posts - 196 through 210 (of 8,760 total)