Viewing 15 posts - 1,246 through 1,260 (of 9,641 total)
eobiki10 (9/12/2013)
For other people who might have the same problem, the correct...
September 12, 2013 at 10:50 am
Brandie Tarvin (9/12/2013)
Jack Corbett (9/12/2013)
Brandie Tarvin (9/12/2013)
Go to http://www.sqlsaturday.com and see if there is a way to register for event notifications. That way if one pops up near...
September 12, 2013 at 8:52 am
Rod at work (9/12/2013)
Jack Corbett (9/12/2013)
September 12, 2013 at 8:34 am
Saujib (9/12/2013)
I want only a particular phone for the consumer.
Each consumer can have 0 phone or more than one phone number,i want only primary phone.
similarly address, consumer...
September 12, 2013 at 8:08 am
below86 (9/12/2013)
September 12, 2013 at 8:02 am
This doesn't necessarily answer your question, but, in my opinion, best practice is to use the full name, not the abbreviation so I'd use DATEDIFF(minute, '20100101', getdate()) not, DATEDIFF(mi, '20100101',...
September 12, 2013 at 7:49 am
Can you post your DDL?
If I understand what you are asking, it isn't possible. A foreign key must reference a primary key or unique constraint on the...
September 12, 2013 at 7:47 am
You should also be aware that SSAS is not Cluster Aware and that clustering SSAS is not a recommended practice.
September 12, 2013 at 7:40 am
There really isn't a great way of making sure that it happens only once a month. Like the others have said, truncate does the reseed automatically. I can...
September 12, 2013 at 7:38 am
This article on OUTER JOINs should be helpful to you. Even though it is for SQL Server 2000 it still applies to 2014.
Essentially you want something like this:
SELECT
...
September 12, 2013 at 7:15 am
While it isn't ideal because it requires the report to be re-run if they change the parameter, I usually implement this with a Sort By parameter on the report itself....
September 12, 2013 at 7:08 am
September 12, 2013 at 7:04 am
_nzrdb6 (9/11/2013)
September 12, 2013 at 7:00 am
Talib123 (9/12/2013)
Currently I backup and restore a few main production dbs...
September 12, 2013 at 6:56 am
Brandie Tarvin (9/12/2013)
Go to http://www.sqlsaturday.com and see if there is a way to register for event notifications. That way if one pops up near you again, you can see the...
September 12, 2013 at 6:21 am
Viewing 15 posts - 1,246 through 1,260 (of 9,641 total)