Viewing 15 posts - 8,566 through 8,580 (of 39,804 total)
philcart (2/23/2016)
The Infrastructure guys here have become...
February 23, 2016 at 9:26 am
If you have collation conflicts, then add a collation statement to the queries to resolve things. That's better than wrapping queries in this try..catch.
Here's an example: http://www.sqlservercentral.com/articles/Administration/collate_part1/875/
February 23, 2016 at 9:24 am
Can the table be changed on any node, or is there a master table that controls writes?
It's easier if there is a master, but you can implement Peer to Peer...
February 23, 2016 at 9:22 am
There would be a table for grades. ZZMartin provided an example.
The idea here is to not get locked into changing tables constantly. You should have a table for the subject,...
February 23, 2016 at 9:12 am
As Jamie wrote. Have a specific, curated set of data. Know the opening state, make the change, query for the end state, which you should know.
To do this right, you...
February 23, 2016 at 9:09 am
To add, the service account for the SQL Server service must have rights to the mdf/ldf files.
February 23, 2016 at 9:07 am
To add on with Perry, the upgrade/recovery won't run until the database comes online, so you're stuck. This only really makes sense in an upgrade scenario.
You need to use replication...
February 23, 2016 at 9:04 am
I think it's either tSQLt or the MS Unit Testing Framework.
tSQLt is all in T-SQL, it's easier to write tests for db people, and it includes more scaffolding that's DB...
February 23, 2016 at 9:01 am
There are ODBC drivers for Linux. Not sure they work on the Rasberry Pi (should test), but the new v13 in preview is supposed to support more OSes.
February 23, 2016 at 8:59 am
No, SQL Compare does schema.
Data Compare does data, which is what jobs and packages are rows in the tables, but it doesn't work with system tables. Asking someone to see...
February 22, 2016 at 3:21 pm
I'm still not quite sure what you mean with the language barrier, but maybe this helps.
A trigger is a stored procedure that runs when data in a table is modified....
February 22, 2016 at 3:17 pm
I have never skiied in Utah. I planned last fall, but got jammed up with some family stuff and cut my trip short to get home. Still on my list...
February 22, 2016 at 3:14 pm
The drop down remembers the last choice you made, so it is a binary on/off based on your last post.
February 22, 2016 at 12:29 pm
g.britton (2/19/2016)
February 22, 2016 at 12:02 pm
David.Poole (2/18/2016)
I wish I hadn't put a strong password on my phone. The number of times I've wanted to...
February 22, 2016 at 12:00 pm
Viewing 15 posts - 8,566 through 8,580 (of 39,804 total)