Viewing 15 posts - 46 through 60 (of 380 total)
you need to select it - from your image while it is available, it is not selected hence it won't log
Thank you so much! it works now!!
April 28, 2025 at 2:32 pm
Is anyone able to help me with this?
April 28, 2025 at 3:22 am
I used DBCC SHRINKFILE (1,0) to shrink the MDF file. The size of the MDF file is about 20GB. How long should this command take to run? Should it be...
April 25, 2025 at 2:25 am
I found queries to help
How do I interpret the results? I ran sp_spaceused to get this:

The MDF is close to 37GB and LDF is close...
April 23, 2025 at 6:32 pm
Thanks for the reply. Very helpful.
Is there a way to look at the system to see why the increase is happening? A more "scientific" answer to figure out the root...
April 23, 2025 at 6:17 pm
You can export the data as text files as long as you re-import the files to check it goes smoothly. People often find commas in csv fields...
April 10, 2025 at 7:23 pm
You can export the data as text files as long as you re-import the files to check it goes smoothly. People often find commas in csv fields or unescaped...
April 10, 2025 at 5:33 pm
thanks for the feedback.
Just for my own learning...what order should these tasks be done in?
April 1, 2025 at 2:57 am
Couldn't you check if the file exists In the destination folder first and if so move to unproccessed folder and then continue processing the next file?
I am not sure...
March 28, 2025 at 7:27 pm
Instead of moving processed files to a single archive folder, create a timestamped folder in the target folder and move the file there.
You will never get collisions if you...
March 28, 2025 at 7:25 pm
issue fixed. Adding IS_MS_SHIPPED = 0 removes the SP in question.
March 6, 2025 at 5:22 pm
I have made some progress on this. I had to change the FROM table and now I can see the creation and last modified dates. However, the query is showing...
March 6, 2025 at 5:12 pm
Does encrypting the DB cause performance issues (ie run time increases) for queries?
February 13, 2025 at 3:24 am
WITH ordered
AS (SELECT UNIT
,ORDER_DATE
,rn1 = ROW_NUMBER...
February 9, 2025 at 10:14 pm
You could change the approach to use a script task to execute your powershell script. However, if you can do this in PS - then you almost certainly can...
February 7, 2025 at 12:54 am
Viewing 15 posts - 46 through 60 (of 380 total)