Viewing 15 posts - 61 through 75 (of 49,571 total)
October 25, 2018 at 1:20 pm
October 23, 2018 at 9:37 am
Nothing wrong with the code you posted. Error must be somewhere else.
October 21, 2018 at 5:06 am
You're missing a comma.
CREATE TABLE employeeMasterFile (
Vendor varchar(30) NOT NULL,
Address varchar(30),
City varchar(20),
Email varchar(30),
State char(2),
October 20, 2018 at 1:43 pm
Correct, the constraint is between the two columns, it applies to the table Medicaments
Let me repeat something I said earlier:
Other than default and not null, constraints are...
October 20, 2018 at 12:14 pm
You're getting confused with the 'table constraint' and column constraint'. Other than default and not null, constraints are objects applied to the table. There aren't two types of check constraints....
October 18, 2018 at 10:35 pm
For 2008, this works without change: https://www.simple-talk.com/sql/performance/finding-the-causes-of-poor-performance-in-sql-server-part-1/
October 18, 2018 at 10:28 pm
mig28mx - Thursday, October 18, 2018 6:26 PMI Just need to access to SQLCLUSTER and adjust the parammeter?
Yes
October 18, 2018 at 10:26 pm
You don't. SQLDW is a hosted database, you have no control at all of anything outside of the database. The details of the server, server config, hardware is managed for...
October 18, 2018 at 9:53 am
Uninstall. Reinstall
October 18, 2018 at 5:53 am
October 18, 2018 at 3:35 am
It'll work fine with the encrpyted procs, but you really need to be moving to something newer. 2008 is out of support, has been for a while now. Yell at...
October 18, 2018 at 2:59 am
There's no formal definitions of any of those. Ask the developers of the specific system you're working with what the various columns contain.
October 18, 2018 at 2:56 am
DBCC IND and DBCC PAGE (and google will get you the syntax and details). They're undocumented commands
October 18, 2018 at 2:55 am
Viewing 15 posts - 61 through 75 (of 49,571 total)