Viewing 15 posts - 2,506 through 2,520 (of 2,756 total)
April 11, 2017 at 4:23 pm
April 11, 2017 at 8:24 am
As an alternate to using a cursor for each DB, could you use:EXEC sp_Msforeachdb 'INSERT INTO #nonexistent (IndexName,TableName,DB)
SELECT ic.IndexName,ic.TableName,DB_NAME() AS DB
FROM MONITORING.dbo.IDXCHECK ic
LEFT OUTER...
April 10, 2017 at 4:26 pm
$ admin shares can only be accessed by...
April 7, 2017 at 9:12 am
I still think the most likely culprit is that you have 13K files to write to. How many physical disks are you writing to? I'd be willing to bet the...
April 6, 2017 at 9:00 am
April 6, 2017 at 8:33 am
It might not be a bad idea to turn this project of "add a column" into a full re-write of all of the software to utilize a better database design?...
April 6, 2017 at 8:22 am
April 5, 2017 at 3:08 pm
Ah right. If it runs from the command prompt, it works as you.
Is 'Homebrew01" an AD account or a local account on both machines?
If it is a local...
April 5, 2017 at 12:14 pm
I'm guessing though that you have some method of connecting to the remote machine via remote desktop or have some way to manage that server apart from just FTP?
April 5, 2017 at 10:58 am
FTP will be a similar can of worms with a few fun new problems as you then have to have credentials stored in plain text. Either that or have no...
April 5, 2017 at 10:01 am
April 5, 2017 at 8:43 am
Looking...
April 5, 2017 at 8:37 am
April 5, 2017 at 8:27 am
I personally disagree with your professor. While having space for longer things is not a horrible idea, there is no benefit to having it larger than it needs to be....
April 4, 2017 at 4:16 pm
Viewing 15 posts - 2,506 through 2,520 (of 2,756 total)