Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Services / Analysis (Data Mining) / January 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Having clause to limit returned data to specific time range31 Jan 2005 00:59 GMT2
I am trying to write a query that limits the query results to only data
collected between the hours of 07:00 and 19:00 using the having clause and a
variable @reportdate which is the date that the user running the report is
able to enter.
Is it possible to stop query execution28 Jan 2005 18:36 GMT3
Is it possible to stop query execution if query results exeeds more than 100 rows ?
Like, is query:
SELECT * FROM table WHERE id > 100
Now if there in the results will be more than 100 rows i want (for speed reasons) stop the query execution and got some error message that in 'in ...
Query a hole database for a string28 Jan 2005 17:07 GMT2
i have the following situation:
- a database that contains someware 1000 tables
- a string that can appear everyware in a row or table, the column name
difers from one table to other
UNION vs. Three Separate Selects?28 Jan 2005 16:27 GMT2
Is there any reason to run the following as three separate SELECT's? Is
there any performance implication?
Thanks for your help!
- Joe Geretz -
SQL select28 Jan 2005 08:50 GMT4
I wrote an aspx page.
I'm using union from table.
It shows datagrid with values:
server   |  parameter
Access a data maning model from .net24 Jan 2005 17:35 GMT1
I need to access my data mining model from a .net application. I would like
some kind of object like pivottable wich permits connect to a cube so easy
an present the interface so similar to analysis server browse option.
Any help is welcome.
Best way to Import data from EXCEL using a TSQL24 Jan 2005 08:55 GMT11
I have a excel spread sheet that i need data from. This is the Data.
     MyID
      TextField
       DateField
I need to stop the execution of a query sometimes24 Jan 2005 03:48 GMT1
I have a stored procedure that takes the values of 2 fields in the same
record and puts them into 2 variables
(groupId and userId)
My procedure checks each variable to make sure it is not NULL.(RULE: 1
Neural Networks22 Jan 2005 18:15 GMT2
I am interested in learning more about artificial neural networks and
was wondering if anyone could recommend books that would help.
I am looking for a book that will help me design and code the network
along with explaining all the necessary components.
How to run my Curser more faster?22 Jan 2005 12:56 GMT2
I have a stored procedure written for number of updates, inserts to the
database. This stored procedure takes too long to run. I have created few
indexes around few tables, but the response time is not that defferent.
THere is a Curser "CURSOR FAST_FORWARD FOR"  in the stored ...
Can I search a certain text in a SQL SERVER db?19 Jan 2005 03:22 GMT3
There are many db in my machine.
Can I search a certain text among those dbs?
collation conflict for concatenation operation17 Jan 2005 04:07 GMT2
I'm facing the error as the subject stated , "Cannot resolve collation
conflict for concatenation operation".
Base on running "print cast(
databasepropertyex( 'master', 'collation' ) as varchar(128) )",  the
Business Intelligence15 Jan 2005 10:55 GMT9
How does data mining impact on Business Intelligence and CRM.
What are the best CRM tools out there with respect to data integration with
legacy systems? Please a list of two or three will be nice. Thank you.
sorting variables in a stored procedure06 Jan 2005 17:22 GMT3
I have a stored procedure with 5 integer parameters passed
in. Those 5 integers need to be stored in one table row
from the smallest one to the largest. But when the
procedure is used, the 5 integers will be randomly passed
Problem Transact-SQL Statement06 Jan 2005 17:22 GMT1
I've come across a Transact-SQL statement as follows:
-- Statements start here
select 'EXECUTE sp_changeobjectowner ''' + name + ''', ''dbo''' from
sysobjects where type = 'U'
Pages: 1 2 December, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.