Viewing 15 posts - 76 through 90 (of 14,952 total)
What kind of things have gone wrong with this so far?
What kind of things do users have attention on? What do they ask about? What do they like?
Were...
June 9, 2016 at 7:49 am
While I normally avoid them, I think this may be a case where a cursor is your best bet.
June 7, 2016 at 1:40 pm
I'm not clear on what you're asking.
Do you mean you have a local copy of the database and it runs index rebuilds slower than the server copy?
June 6, 2016 at 7:18 am
You can load multiple files into multiple tables in one SSIS package.
June 3, 2016 at 1:45 pm
Wayne West (6/3/2016)
drew.allen (6/3/2016)
Wayne West (6/3/2016)
June 3, 2016 at 1:00 pm
Windows Server 2012 Standard has full features, but only allows 2 virtual instances on a license. The number of virtual instances is the only difference, per https://www.microsoft.com/en-us/server-cloud/products/windows-server-2012-r2/Purchasing.aspx.
So it shouldn't...
June 3, 2016 at 10:55 am
I would approach this kind of thing as a Regex and use CLR functionality for it.
June 3, 2016 at 10:49 am
Why not have a single Product table, and have the Company A and Company B tables map to it? Then competitor products could map to it as well. ...
June 3, 2016 at 10:48 am
The correct answer is "none of the above".
First, semicolons don't terminate batches, they terminate statements.
From TechNet: "A batch is a group of one or more Transact-SQL statements sent at the...
June 3, 2016 at 9:26 am
It says the error log location can't be found. Take a look at the settings, see if it's able to map that.
June 3, 2016 at 7:13 am
I'd start by looking at the execution plan, and by checking for blocking issues.
June 3, 2016 at 7:12 am
A "recursive CTE" will parse through that kind of data. For your example, this works:
WITH rCTE
AS...
June 1, 2016 at 3:05 pm
ZZartin (5/31/2016)
GSquared (5/31/2016)
David.Poole (5/27/2016)
May 31, 2016 at 2:57 pm
Not on the original topic, but relevant: The day I discovered I could Merge into a CTE, and thus limit the target rows with whatever Where clause I felt like,...
May 31, 2016 at 2:42 pm
David.Poole (5/31/2016)
Racial prejudice in hiring is a scourge that needs to be eradicated. Sartorial prejudice in hiring is a silliness that doesn't matter to me.
Obviously I agree on the...
May 31, 2016 at 2:37 pm
Viewing 15 posts - 76 through 90 (of 14,952 total)