Viewing 15 posts - 1 through 15 (of 145 total)
The code provided was just for explanation purposes. The real one I was using accounted for about ten different variations although I don't think that is still the best way...
January 24, 2024 at 12:41 pm
I get the reasoning for taking the first 50 characters before the table name but I'm not sure it would accomplish what I want. If I use a charindex in...
January 23, 2024 at 6:48 pm
I also put something like that together where it would look like this
where ([definition] like '%INTO [tableName]%' or ([definition] like '%update [tableName]%')
That got me the closest I've...
January 23, 2024 at 4:22 pm
I did come across Pinal Dave's solution but that is different than what I'm trying to do. The solution he lists returns any object dependent on the table whereas I'm...
January 23, 2024 at 2:57 pm
That is exactly what is happening from a process flow standpoint. However, it succeeds with Windows authenticated accounts so that's why it isn't lining up in my mind.
October 17, 2022 at 5:39 pm
To add more confusion, it will work if I make AppUser a sysadmin on Server A. However, this isn't an option to keep.
October 17, 2022 at 3:22 pm
I've dealt a little bit with the double hop issue but this seems to be a little different in the sense it only impacts SQL authenticated users.
The app is passing...
October 17, 2022 at 2:53 pm
Unfortunately I need to deploy to the file system for this particular project. I think switching from project deployment to package deployment was the missing link I needed. I started...
September 28, 2022 at 2:11 pm
Giving this another bump to see if there is any general information someone can provide.
May 20, 2022 at 1:35 pm
I'll delete the proxy and add it back to see if that fixes the issue. It's strange that it's intermittent though
March 25, 2022 at 3:23 pm
Adding MAXERRORS = 0 to the bulk insert statement causes it to fail which is what I need. Trying to get a meaningful error to display in the catch is...
March 22, 2022 at 6:10 pm
I've verified all of the appropriate ports are open on the servers so everything looks good there. It seems like the server that cannot make the connection is routing it...
February 17, 2022 at 1:44 pm
I realize the question is very broad and that is likely due to me not having experience loading transactional data. What I'm getting out of all of the responses is...
January 21, 2022 at 1:47 pm
That makes sense. What about something like a web form where a new user enters all of their information (name, age, city, state, zip, income, ethnicity, email, etc) for whatever...
January 20, 2022 at 6:15 pm
No luck with the results to file. Thanks for the help though
October 29, 2021 at 2:32 pm
Viewing 15 posts - 1 through 15 (of 145 total)