Viewing 15 posts - 31 through 45 (of 367 total)
I gave the proposed logic CASE but I am open to anything. If code has an error then return NULL else run the code
May 24, 2025 at 4:20 am
I was playing around with the query. I figured out the problem. The query didn't like the alias. Once I removed the alias then it worked. That is so odd...
May 1, 2025 at 3:26 am
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
Viewing 15 posts - 31 through 45 (of 367 total)