Viewing 15 posts - 13,786 through 13,800 (of 18,923 total)
Theories (on search on this site will get you the info you need in case it's urgent) :
Parameter sniffing (if slow only in the proc for the exact same...
August 26, 2005 at 4:14 pm
Never getting tired.
dtDemo is the name of the derived table (dt). I think you can use Select top 100 percent in this case to make it work... or order...
August 26, 2005 at 4:09 pm
NP... I'll check it out on Monday when I have access to a server.
August 26, 2005 at 4:07 pm
Thanx. But my question was reffering to what versions to buy when they come out.
August 26, 2005 at 4:06 pm
insert statement for me to insert data in the table I'll be creating with your script(s).
August 26, 2005 at 2:27 pm
Well you could do that client side, but if yo must know ::
Select *, 1.0 * Lcount/Total as PCount, 1.0 * Scount / Total as SCount from (
select facility,
Lcount =...
August 26, 2005 at 2:26 pm
Search in the articles for change management... time to implement it
.
August 26, 2005 at 2:11 pm
Can you (re)post :
- Table DDL
- Insert script (statements) for sample data
- Current select query
- Needed output
If you don't know how to do all that :
August 26, 2005 at 2:07 pm
Ask them... unless they dropped it instead of altering it, there's no information available in the system tables.
August 26, 2005 at 2:04 pm
I thaught I had to be a member of msdn or something like that!!.
Any suggestion of what versions to buy when they come out?
I need a server version (15 users)...
August 26, 2005 at 2:01 pm
Forgot you didn't know that one
.
EXEC sp_MSForeachDB 'if ''?'' in (''master'',''model'',''msdb'',''pubs'') begin Select O.Name as ObjectName, C.name as ColName from ?.dbo.SysObjects O...
August 26, 2005 at 1:56 pm
Might I suggest you try the solution on a test server first???
Or at the very least on another db on the same server??
August 26, 2005 at 1:19 pm
I meant a real pic... but thanx for the link
.
August 26, 2005 at 1:18 pm
Still no clue... I'll have to wait for the final reveal.
August 26, 2005 at 1:13 pm
Viewing 15 posts - 13,786 through 13,800 (of 18,923 total)