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 / May 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
SQL Escape Sequences31 May 2008 21:03 GMT1
Is there an SQL equivalent of HTML escape sequences so that I could
include special characters like ' in an SQL string?
Switched From OPENXML to .nodes T(Item) // Performance is four times slower31 May 2008 10:16 GMT17
I have an some xml .. that I pass into a stored procedure.
The input datatype is now
@xml_doc xml
(it used to be @xml_doc (as) text
Select top 100 percent - why does this work?31 May 2008 09:35 GMT11
We have an asp.net application that was working fine on Windows 2003 /
SQL server 2000.  When one of our servers was upgraded to SQL 2005 we
noticed that some of the stored procedures were causing the
application to time out.  The SPs run within 2 seconds directly within
Change Collation Server Default.31 May 2008 09:12 GMT3
The collation default was set up incorrectly on our server.  I want to change
the server default.  
I found this command in the BOL.
start /wait setup.exe /qb INSTANCENAME=MSSQLSERVER REINSTALL=SQL_Engine
General rules for SP31 May 2008 08:53 GMT3
I'd like to get an expect opinion about the writing style for the SP. Here
is the point. I was always writing the SPs caching the temporary data myself
using the variable tables located in RAM and it was working just great. The
SP written in this way is readable, easily ...
Generate random data31 May 2008 04:23 GMT3
I'm using sql 2000 version   had  zip column as nvarchar  datetype in various
tables . How to generate random zip  data for these tables.
Thanks in advance
Moving model31 May 2008 03:36 GMT2
Last night I attempted to move the model database on a SS 2000 SP4 server.  I
carefully followed the instructions in the kb article and did, for example,
the -c -m -T3608 switch (or whatever it was) and stopping/restarting
services, etc.  But when I did it, I got the standard ...
How to enforce a relation on a bit map?31 May 2008 00:48 GMT9
I am using a bit map for role ids.  Here is the “bitwise and” relation used
on some of the application’s queries:
    users.role_id & roles.id <>0
user.role_id is the foreign key and roles.id is the primary key.
Can a sql 2005 database be converted to a sql 2000 database?30 May 2008 22:19 GMT2
I have a database that was developed with sql server 2005. I have a client
with sql 2000. Is there any way I can apply this database to the sql 2000?
All of the datatypes are the same. Can I use the scripting of the database
and then run that scripting in the sql server 2000 ...
Recursive CTE vs Joins on read count30 May 2008 21:39 GMT2
I am comparing the performance of CTEs and their equivalent single reads.  the SQL in the join only returns the 3 rows
but 3 rows divided by 6 reads is 2 reads a piece (which is what it is one at a time).  The dbo.FullCriteria(2168) UDF
(which is shown below) only returns 11 rows ...
How do I display integers in QA in hex or octal ?30 May 2008 21:18 GMT1
How do I display int fields in hex or octal in Query Analyser (SQL Server
2000)?
Been looking at a CONVERT, CAST and Maths functions in Books online.
Drawn a blank.
I need help with email upon delete30 May 2008 21:18 GMT6
How can I have sql server send an email to someone every time a change
(edit/delete record) made in a table?
Oracle Linked Server in 3-Hop Scenario not working in CRM SSRS report30 May 2008 20:33 GMT3
We have a SQL Server 2005 database that has an Oracle linked server
defined.  For that linked server, we are mapping all logins to a
single Oracle login.  We have a SQL Server view that uses OPENQUERY to
pull back the Oracle data.  That view is being referenced in a
sql help30 May 2008 19:48 GMT3
hey all,
job history table
--------------
from_date, to_date, job_position
how to get highest value of an int field30 May 2008 18:56 GMT7
i need the highest value of an int field. Does it exist something as max
function i can use in my Select command?
Thanks
Ben
 
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.