Viewing 15 posts - 1,501 through 1,515 (of 3,061 total)
Please post ...
1- Available indexes
2- Predicate a.k.a "where clause" of offending queries.
September 30, 2010 at 6:11 am
vinothraj (9/29/2010)
I've already used like that, but i need it across databases.
Please note that my example has query and view in database "A" while base tables of the view are...
September 29, 2010 at 11:42 am
UMG Developer (9/27/2010)
September 29, 2010 at 6:28 am
vinothraj (9/23/2010)
EmployeeNumber,
EmployeeName
From
dbSecond.dbo.EmployeeTable
I want to create a index...
September 29, 2010 at 6:13 am
deepthik (9/27/2010)
Hi friends... can anyone tell me if this query works fine or not...
Hard to say, we do not know what are you trying to achieve 🙂
As Dave said you...
September 28, 2010 at 4:32 pm
Digs (9/28/2010)
------------------------------
Drop failed for Table 'dbo.DIM_Splits'. (Microsoft.SqlServer.Smo)
------------------------------
ADDITIONAL INFORMATION:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
------------------------------
Lock request time out...
September 28, 2010 at 4:27 pm
wargy2 (9/28/2010)
Thank you for the replies. I'm familiar with data modeling, but not "ER speak"... maybe it's the same?
You are welcome.
For ER approach to data modeling please take a...
September 28, 2010 at 4:19 pm
shanu.hoosen (9/28/2010)
beat by 27 sec. 🙂
That was close 😀
September 28, 2010 at 9:28 am
y.loewidt (9/25/2010)
September 28, 2010 at 7:57 am
GabyYYZ (9/28/2010)
September 28, 2010 at 7:50 am
wargy2 (9/25/2010)
Hello, this is my first post, as I'm struggling with the design/modeling of the database for this project. Your help is greatly appreciated!
Would you mind in starting by...
September 27, 2010 at 6:00 am
What shall we do when we bump into this row?
Insert #AcctActivity Values (3, 1, 'ESN1022', '9/22/10', 'Samsung1', 'PP3000')
ESN# has changed once again for same customer, does a new before/after image...
September 24, 2010 at 3:32 pm
saravanansankarank (9/23/2010)
I should not create a separate table ...how can we achieve without creating any new table
well... you can't have bacon without killing the pig meaning, you can't have it...
September 24, 2010 at 1:22 pm
RichardDouglas (9/23/2010)
Do you use automatically created statistics or do you...
September 24, 2010 at 1:16 pm
saravanansankarank (9/23/2010)
September 23, 2010 at 4:35 pm
Viewing 15 posts - 1,501 through 1,515 (of 3,061 total)