Viewing 15 posts - 301 through 315 (of 2,863 total)
The service has no access to the network share. The ONLY solutions are to switch it to an account that has access OR store the backup files locally and manually...
January 25, 2024 at 5:58 pm
My opinion - data cleansing is important to most, if not all, databases. Ideally you have the DB structures set up to prevent garbage from going in, but if garbage...
January 24, 2024 at 9:19 pm
I am thinking Jeff is probably right - some app is opening a connection and not terminating it when it is done. So you are getting TONS of connections and...
January 23, 2024 at 6:52 pm
Heh, I don't mind being called "Brain", but I do agree with Phil here. I may sometimes have some good answers, but I have also been way out to lunch...
January 23, 2024 at 5:56 pm
Have you tried the stored procedure "sp_depends"? Not always giving the correct results, but it is one option.
Pinal Dave has a good post on this:
The method he recommends is to...
January 23, 2024 at 2:37 pm
Just a heads up vs.satheesh - if you EDIT your post, nobody gets notified. So to Phil's, you haven't answered his question yet even though you updated the original post....
January 23, 2024 at 2:32 pm
I can think of a few ways to do this and I think the easiest is to grab the MAX(RefNum) into a variable and then use ROW_NUMBER in your INSERT...
January 23, 2024 at 2:28 pm
I would start by reviewing the logs. Check the SQL logs and windows logs during that period as one of the logs will have something that will tell you where...
January 23, 2024 at 2:23 pm
My opinion - this is not a SQL related question, but a WFC related question, so you will get better results from looking on a WFC related forum. Now that...
January 22, 2024 at 2:05 pm
My opinion - I wouldn't do this. The reason, lets say this scenario comes up:
User A is doing a massive update on a table and it will take 35 minutes...
January 19, 2024 at 2:54 pm
If I remember right, the BEST way to do the inserts is by inserting at the END of the index. So if your data is ordered by the clustered index,...
January 19, 2024 at 2:50 pm
You say he won't be updating, but is it because he lacks permissions OR because he promised he wouldn't?
I would make sure your backups are good too. You do NOT...
January 19, 2024 at 2:47 pm
Best guess - BigQuery is not expecting a column list in your CTE. BUT BigQuery is NOT the same thing as SQL Server 2022... You will likely get better results...
January 18, 2024 at 7:38 pm
My opinion - if an end user is connecting to a DB using SSMS that isn't a DB Developer or DBA, they should only connect to the TEST system, not...
January 18, 2024 at 7:23 pm
for question 1, I personally don't see the point. The windows event log has all that data, so why bother moving it to a new location PLUS you would need...
January 17, 2024 at 10:04 pm
Viewing 15 posts - 301 through 315 (of 2,863 total)