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 / General / Other SQL Server Topics / August 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
using SQL to do a transpose (something like that)10 Aug 2005 22:48 GMT14
I have two tables, T and U, that look something like this:
Table T
EmpNo        EmpName
----------        ---------------
Help with trigger10 Aug 2005 22:37 GMT1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
 <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
Table Design Question10 Aug 2005 20:41 GMT1
I want to have a column in a table in my database to store a variable
amount of text.
The text will NEVER be null, but will often be quite short (10-50
characters).
For XML: create elements using cell values10 Aug 2005 20:19 GMT12
      If have a sql table with 2 columns and 2 rows with values
[["col1row1","col2row1"],["col1row2","col2row2"]].
Using t-SQL with "for xml"
How can i create a xml where the cell values (not column names) appear
Temporarily Disable Logging10 Aug 2005 19:36 GMT1
Can I temporarily disable logging on a Database?  I've written an
application which is moving data from another vendors DB, to MS SQL Server
2005 (Beta 2).  I would like to get as much performance out of this
operation as possible, I thought maybe disabling the Log file would help,
Number of rows10 Aug 2005 17:37 GMT2
What is the syntax to limit the number of rows returned in a result table???
I want to look at only a sample; not all 300,000 rows.
Thanks!
How to know a Job Status from Stored Procedure10 Aug 2005 16:21 GMT1
To execute a job from VB, I use stored procedure with T-SQL :
EXEC sp_start_job @job_name = 'DTSName'
>From BOL, I know that procedure return 0 (success) or 1 (failure), but
that's only to tell user that job successfully started, right?
Select with aliases, please help10 Aug 2005 16:19 GMT3
UPDATE [TABLE1] SET Stat="T",TransferedTo=b.Store
FROM [TABLE1] a
WHERE stat = "PS"
AND EXISTS(
row sumamary10 Aug 2005 11:28 GMT1
Hello. please help.
what is the best way to summarize rows?
I have a table like this
RowNumber   col1 col2 col3 col4 col...N
number format to 2 decimals10 Aug 2005 09:29 GMT4
How can I format my data to 2 decimal numbers in sql ?
select numericColumn from table1
ex :-
numericColumn
Stored Procedure Parameters10 Aug 2005 06:33 GMT3
is it possible to use a Select expression as a parameter for an Stored
Procedure.
something like:
DECLARE spTest @id as NVARCHAR (4)
User Defined Function Help10 Aug 2005 06:31 GMT2
I have a database that stores a number.  I need to have a built in function
that will apply a function to the number and then return the number that
produces the largest number.  How can i do this?
eg.
MAC Address attribute10 Aug 2005 02:07 GMT1
I need to store MAC Addresses. What is the standard way of storing this
type of attribute? Datatype? I can't find any discussions about this
anywhere.
Thx for any pointers.
Can't connect to Access project10 Aug 2005 00:53 GMT1
I've given a copy of Access project to user (win2000prof) but not able to
connect to SQL server on remote server.
SQL driver in use on client is 3.70.09.61 - this gives error DBNMPNTM
specified SQL server not found.
Ansi Nulls and quoted identified09 Aug 2005 22:21 GMT17
SQL Server 2000.  I have a database in which there are several objects
which have ansi nuls and quoted identifier turned ON.  Is there a way I
can generate a script which:
(1) Can identify all objects within the database that have those two
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 July, 2005
 
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.