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
working with daily results : results per day08 Aug 2005 20:44 GMT4
I'm trying to get an overview of counted visits per day for a
webapplication.
The thing is that SQL doesn't work with full days. For instance: getdate()
returns a fulldate instead of a date in the format 'yyyy-mm-dd'. I need this
concatenate three strings, one or more of which may be null08 Aug 2005 18:15 GMT2
I am currently using the SET CONCAT_NULL_YIELDS_NULL OFF option to
concatentate three strings, one, two or all of which may be null.
I would like to insert a ", " in the appropriate place between the three
strings, ie. where two adjacent strings are non-null. At present I am using ...
Index Rebuild error08 Aug 2005 17:25 GMT6
In my nightly maintenance routine I'm getting an error when 'reorganizing
data and index pages'. I am changing the free space percentage to 10%. In the
log, the error occurs each night after the same table being indexed. The
error is something along the lines of:
Security issue08 Aug 2005 17:18 GMT1
I have create a temporary user with public db role and give him select
permission on one view, this is perfect for user defined objects scenario,
that the user can not access any user defined objects but the issue is here
that the user can access system objects and system db’s ...
Difficult SQL-JOIN/UNION-Problem08 Aug 2005 13:30 GMT6
I have 2 tables with similar construction.
DataOLD and DataNEW.
In my grid I need a JOINED table.
On the one hand I need all the data from the old table and the data
How to obtain constraint (key) info08 Aug 2005 12:33 GMT3
i need to programmatically obtain and process constraint key
information.  the problem with the output from sp_helpconstraint is
that it outputs 2, and sometimes 3 resultsets.  (the 2nd
resultset/constraint_keys is exactly what i need however)
How to know a Job Status from Stored Procedure08 Aug 2005 10:44 GMT3
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?
Clustered index and varchar08 Aug 2005 08:45 GMT5
One table I manage has a clustered index, and it includes some
varchar columns.  When it is initially created, all the columns
in the clustered index are populated, and then some of the longer
varchars are populated through update queries.  If the varchar
How to obtain constraint info07 Aug 2005 06:29 GMT1
i need to programmatically obtain and the process constraint
information.  the problem with the output from sp_helpconstraint is
that it outputs two resultsets.  (the 2nd resultset is exactly what i
need though)
SQL select records NOT in both tables07 Aug 2005 02:17 GMT3
I'm using Access 2002. I have 2 tables tblGroupContact,
tblGroupPermission, both have 2 fields identical structure:
ContactID  GroupID (Both are Composite keys and both hold integers)
tblGroupContact holds everybody and the groups they are members of.
Triiger -vs- Constraint06 Aug 2005 23:30 GMT8
SQL Server 2000 SP4
I was wondering what has the best performance for maintaining
referential integrity ... triggers, constraints etc .....
Thanks,
Meta Data Catalogue06 Aug 2005 08:46 GMT1
I am wanting to set up some kind of metadata catalogue to manage
metadata records of the data we collect and create for my companies
clients.
I am thinking I want to do this using XML and SQL Server and have some
Count Request05 Aug 2005 19:13 GMT4
SELECT DISTINCT INSURED, COUNT(INSURED) AS C_All_By_Insured
 FROM CCI
 GROUP BY INSURED
 ORDER BY C_All_By_Insured DESC
How can I use MDX functions in SQL Query Analyzer (Client Tool)05 Aug 2005 18:00 GMT1
I'm very new to using MS-SQL stuffs and the IT dept here doesn't have any
DBMA to speak of.  Thus, I'm a bit on my own - except for you helpful
people...
I just installed the Client Tools on my workstation and tried a simple query:
DateTime in UTC05 Aug 2005 15:01 GMT8
I have a DateTime column in a database table.
How can I get the equivalent UTC value for this column?
eg something like the DateTime.ToUniversalTime() in C#.
or select DATE_COL1, getutcdate(DATE_COL1) FROM TABLE
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



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