Viewing 15 posts - 976 through 990 (of 6,678 total)
Okay - so you need a 4 node cluster with one of the nodes in a separate DC. The first step is to create the 4 node cluster - if...
June 22, 2021 at 3:03 pm
This is a very wide subject - and it all depends on what you are trying to setup and configure. Is there an existing system already setup - or are...
June 21, 2021 at 7:23 pm
I changed both queries to use the Not Exists, and so far looks promising in the performance category. I have a archive process setup to keep both Quality,the Detail...
June 21, 2021 at 4:14 pm
I don't see how Powershell would give you more options - you are looking at secure FTP which is simple FTP over a secured connection. Even with PS - you...
June 21, 2021 at 4:09 pm
There are multiple threads hitting using this process, how would the temp table work in that situation?
Temp tables are local to the connection/process that creates them - multiple 'threads'...
June 19, 2021 at 4:17 pm
Don't use a process task to call this - use a script task and invoke Powershell in that script task. Or - do what most others have done and use...
June 19, 2021 at 4:12 pm
This really should be done in the presentation layer.
With that said - not having any consumable data to test/validate, what I would do is include a column with the total...
June 18, 2021 at 5:58 pm
But any lookup table does NOT need to contain a list of all zip codes as originally stated. If the "slab" is what is significant, the lookup only needs...
June 18, 2021 at 3:31 pm
Have you tested the query with the proposed changes? The suggestions on the changes to the EXISTS should help quite a bit - and you really need to know what...
June 18, 2021 at 3:18 pm
Nope, just examples I found. A vendor system I support does use service broker and has conversations set up.
June 18, 2021 at 12:32 am
Here are a couple more that won't have a corresponding END.
June 17, 2021 at 9:31 pm
Are you looking for a way to build a new database with no data - or do you need data also? If you want a database with the schema only...
June 17, 2021 at 9:23 pm
We are a shipping logistics company. So naturally we deal with zips A LOT. U.S. shipping zones are typically based off the first 3 zip digits, like 100 (NYC)...
June 17, 2021 at 9:18 pm
Why? If what you're saying is true, then just use the first char in the value as the category, that's less overhead than any kind of table lookup.
Because the...
June 17, 2021 at 7:38 pm
What is the DDL for the Quality_Attribute table?
June 17, 2021 at 5:57 pm
Viewing 15 posts - 976 through 990 (of 6,678 total)