Viewing 15 posts - 16 through 30 (of 32 total)
lsalih (1/30/2015)
January 30, 2015 at 11:53 am
lsalih (1/30/2015)
January 30, 2015 at 10:49 am
pjohnson 63193 (1/30/2015)
doug.davidson (1/29/2015)
Brian Hibbert (1/29/2015)
Great question, and I nearly clicked 0 because '2014' = True SHOULD fail, but doesn't in SQL.
So this is the real answer. Much...
January 30, 2015 at 10:19 am
doug.davidson (1/29/2015)
Brian Hibbert (1/29/2015)
Great question, and I nearly clicked 0 because '2014' = True SHOULD fail, but doesn't in SQL.
So this is the real answer. Much better than...
January 29, 2015 at 8:29 am
Great question, and I nearly clicked 0 because '2014' = True SHOULD fail, but doesn't in SQL.
January 29, 2015 at 5:42 am
Here is probably the best starting point. A Microsoft article on troubleshooting the connection error.
January 27, 2015 at 5:58 am
Brian Hibbert (1/26/2015)
montserrat.deza (1/26/2015)
I need to create a SQL statement with the evaluation of two options with the following logic:
IF TABLEAVALUEA <> TABLEBVALUEA
{select TABLEAVALUEA,TABLEBVALUEA,TABLEBVALUEC,
...
January 27, 2015 at 5:15 am
montserrat.deza (1/26/2015)
I need to create a SQL statement with the evaluation of two options with the following logic:
IF TABLEAVALUEA <> TABLEBVALUEA
{select TABLEAVALUEA,TABLEBVALUEA,TABLEBVALUEC,
from...
January 26, 2015 at 8:29 pm
balasach82 (1/24/2015)
insert into table (@value1, @value2)
@value - declared...
January 24, 2015 at 7:59 am
From what I can tell, that's a DLL used for the Full Text Search engine. Did you install that as part of the instance installation?
If not and if...
January 23, 2015 at 8:06 am
You'll probably want to use a tool other than backup to copy the data from one server to another. The Import and Export Wizard or bcp are good bets.
January 22, 2015 at 3:05 pm
Bunny786 (1/22/2015)
January 22, 2015 at 12:50 pm
Thank you. That's a good addition. In my case the foreign keys were named well, but that isn't always true. 🙂
January 21, 2015 at 12:56 pm
Hello Roman,
Yes, my database environment is OLTP. Unfortunately, I don't have the expertise to answer your questions regarding ROLAP since we don't do Data Warehousing...
January 19, 2015 at 9:31 am
sivakumar.thangavel (1/14/2015)
any scripts available or not?
It's nice that you got a new job as a DBA and you have an assigned task, but it's rude to demand scripts from...
January 14, 2015 at 7:11 am
Viewing 15 posts - 16 through 30 (of 32 total)