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 / Programming / SQL / December 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Assigning Variables During IF Statement - Can it be done08 Dec 2008 13:37 GMT39
When I need to process many actions for many records, to avoid cursors I
load the records into temporary tables and then pick them one by one,
deleting the active key at the end of my processing loops. For example this
is what I usually do:
Very slow performance on datetime field with even an index present08 Dec 2008 13:21 GMT19
I'm using MSSQL2K and have troubles getting a query faster.
The table where the query is run against has 400.000 records (and grows every day further) with 70 fields. One of those
fields is a non-nullable datetime field and there is an index on that field.
The maximum number of ...
datestamp query  - group by 10 minutes intervwals08 Dec 2008 13:06 GMT2
I would like to create a query that would group all records that are in 10 minutes intervals.
stamp1, 8-12-2008 8:00:00.000
stamp2, 8-12-2008 8:03:00.000
stamp3, 8-12-2008 8:13:00.000
Creating Database Objects from Script08 Dec 2008 11:10 GMT2
Is it any API that uses SMO to create the database objects like
tables, triggers, sp etc ... from a snapshot??
any help will be appreciate
Thanks
Using OR08 Dec 2008 08:37 GMT1
[SQL2000]
CREATE TABLE [Registration] (
[FirstName] [varchar] (35) NULL ,
[LastName] [varchar] (35) NULL ,
Join VS. Where - for better performance08 Dec 2008 04:41 GMT1
I have a big table with all data in it (like a fact table in star schema),
No indexes yet.
What is better to fillter the data by adding a criteria to the WHERE clause OR
Joining the dimension table and filltering the records by filltering the
Update Query between 2 different Databases & 2 Different Instances08 Dec 2008 03:56 GMT2
Let's same I'm in SQL 2005 Express and I'm currently in a database instance
XX. Now I want to do an update query that will update the contents of a
different database, residing in a different SQL instance YY.
Is this possible? How would I do this...issue 2 different login ...
Multi Level Bill Of Materials08 Dec 2008 03:43 GMT2
I'm setting up an inventory system that needs a multilevel Bill Of
Materials, My initial take is to is have a BOM table with all the component
parts (for back flushing inventory), and a BOM_II table to set up the
linkage between the parent part and it's children.  Any comments,
Multi-table views, and INSTEAD OF triggers08 Dec 2008 03:32 GMT21
I'm using a main table for Items (common information), and then associated
tables add item-type specific information (so I can get all Widgets and
associated data by INNER JOINing Items to Widgets (on ItemCode), or all
Gadgets and their (different)associated data by INNER JOINIng ...
Summary by Month08 Dec 2008 03:18 GMT1
I have a table called membership, which contains two columns, memberID and
Enrollment date.  I need to create a summary report to sum up of each month
of each year the total number of enrollment.
I am using SQL 2005
Change On Job Failure Settings08 Dec 2008 00:05 GMT1
I have a job step set to send out an email on job failure and the job runs
every 15 minutes. After the first failure, I want to change the on failure
setting to “quit on failure” so that the next time the job runs, the email is
not sent out. How do I do this?
bcp command inside a transaction07 Dec 2008 23:08 GMT1
I need a solution to a problem.
We  execute a stored procedure everyday in which it performs a lot of updates in the database and the updates are within a transaction.And at the end we use to create a log file from the log table using bcp command.
The problem is, at times the ...
Problem with MS SQL install07 Dec 2008 18:50 GMT20
I tried to install SQL server, and I've got the error:
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Fatal Error
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
mail sending problem07 Dec 2008 15:08 GMT1
today i've got new error when i tried to send mail vi sql_mail:
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account 1 (2008-12-07T05:15:55). Exception
Message: Cannot send mails to mail server. (Insufficient system storage. ...
T-SQL online tutorials?07 Dec 2008 15:06 GMT1
All:
    Are there any T-SQL online tutorials on the following -- Triggers and Stored Procedures. Thank you.
Keith
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 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.