Viewing 15 posts - 1 through 15 (of 441 total)
Thank you Steve for the reply. Appreciate it.
August 18, 2023 at 11:22 pm
I got the below script to find out unused columns in a database and the output looks good to me.....can someone help in adding 'DatabaseName' to this script?
DatabaseName, TableSchema, TableName...
April 12, 2023 at 7:29 pm
Thank you Emperor100 for details.
April 11, 2023 at 9:30 pm
Hi Emperor100, Can you plz explain this SP as to how it works....Do I need the pass the @TableName as value or DB name?
April 11, 2023 at 2:57 pm
Thanks....the 2 tables in question are pretty small and have same amount of rows in both UAT & PROD
I've updated the STATISTICS on both tables and waiting for user to...
March 9, 2023 at 10:32 pm
Thanks everyone for the responds....I will start with basics.
Do you have the link for "first responder toolkit sp_BlitzCache"
March 9, 2023 at 6:54 pm
Thanks Jeff, yes, this is our plan....identify the columns first then rename it and monitor for sometime and if still not being used.....drop them as part of clean up.
March 7, 2023 at 3:17 pm
I don't believe we allow for null in our data. I would image it would be any that have all spaces(any character fields with the default space).
March 7, 2023 at 2:48 pm
My understanding from app team is, historically they created additional columns for future use, but never used....so, I am doing this as part of a clean up process where I...
March 6, 2023 at 6:19 pm
Thanks Jeffrey, do you have a link you can refer me to?
August 22, 2022 at 3:51 pm
Thanks Frederico - I tried the below and getting the error below.
select Convert(datetime,dr_value,101) as Converted_Date from "users"."dr_tracking";
There was an error reading the results of the SQL statement.
The displayed results may...
June 8, 2022 at 10:06 pm
I was trying something like this below..
select Convert(Varchar(100),dr_value,103) as Converted_Date from dr_tracking ;
June 8, 2022 at 9:29 pm
You can only do that if you install as a default instance.
looks like you installed as named instance, therefore connection will be servername\instanceName
May 6, 2022 at 1:47 pm
Thank you Jeff, this is helpful.
May 2, 2022 at 6:32 pm
Hi Jeff - quick question
I was trying to replace 'Green' color with color code #90EE90....but it's not working.....any idea what I am doing wrong?
(
SELECT td = CONCAT('~bgcolor="'
,CASE mirroring_state_desc
WHEN 'SYNCHRONIZED' THEN...
May 2, 2022 at 1:16 pm
Viewing 15 posts - 1 through 15 (of 441 total)