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 / September 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
ALL and empty set30 Sep 2006 02:40 GMT5
SQL Server 2000 SP4. Hoping to find a logical explanation for a certain
behavior.
Consider this script:
USE pubs
Date and time29 Sep 2006 22:49 GMT8
I am having an issue with a query that is trying to compare a string date to
today's date
I have a table like this
     PC Name
how to query for text containing parens?29 Sep 2006 22:28 GMT2
I have an SQL database with rows that have parens in the data.
If I run a select statement such as:
SELECT SongName
FROM Songs
File Pointing in SQL29 Sep 2006 20:06 GMT1
I am trying to reference files in my SQL db which are stored on my
database. I do not want to store the files in the actual database.  I
have a web interface where the user searches for the file finds the
referenced file then tries to download it.  But for some reason when
this is very, very, very frustrating!!!!!!29 Sep 2006 18:56 GMT6
I give up - will someone please tell me why in _Oracle_ I can do
something like:
select 'CREATE PUBLIC SYNONYM '||table_name||' FOR
SYSADM.'||TABLE_NAME||';'
grant a user a temporary SA permission for a spesific action29 Sep 2006 18:22 GMT1
how can i grant a user a temporary SA permission for a spesific action (like
alter a column in a table)?
thanks
Unexpected Activity29 Sep 2006 16:08 GMT2
I am new to SQL 2000 Administration.  My SQL Server has started indicating a
lot more disk activity than it has done in the past.  There are no jobs being
run and it is degrading the performance of the system.  How can I track the
problem to the source?
raiserror29 Sep 2006 15:38 GMT1
I have question about RAISERROR command.
Look at the example above. first select shows one record in table, that
means that transaction was committed. second select shows that transaction
was not committed.
Update Query containg static data and data from another table.29 Sep 2006 09:25 GMT4
First post so apologies if this sounds a bit confusing!!
I'm trying to run the following update. On a weekly basis i want to
insert all the active users ids from a users table into a timesheets
table along with the last day of the week and a submitted flag set to
Can I use sp_rename in VB program?29 Sep 2006 04:40 GMT3
dim gConn as new adodb.connection
           gConn.open "...."
           strSQL = "sp_rename 'mytable', 'mytable1','OBJECT'"
           gConn.Execute strSQL, , adCmdStoredProc
how to use variable in USE method?29 Sep 2006 03:50 GMT3
I wrote a store procedure like this:
declare @dbname nvarchar(50)
declare db_cursor cursor for
select name as database_name from master.dbo.sysdatabases
Subquery doesnt work!!!!!!!!!!!29 Sep 2006 03:10 GMT2
Hi all, I am sanju,
To generate report I am using table named as "tempTest" for displaying
count of dealer.
On back end i am using oracle.
problem with IN in stored proc29 Sep 2006 00:22 GMT2
I parse a querystring from a .net website into a stored proc;
ALTER PROCEDURE Postlists_CreateList
(
@Groups varchar(255) = NULL
get todays date and a certain time29 Sep 2006 00:00 GMT2
I am trying to write something to give me back all the data for a
sertain time range for today.
So for example: I need to get all records where change_date is <= today
2pm and > today at 8pm.
store db objects in *.ndf vs. *.mdf??28 Sep 2006 23:57 GMT5
I am new to SS2005, and I've just started working on a small test/dev
database.
I recently read that one should store things like tables, views,
constraints, etc. in the *.ndf file rather than in the *.mdf file.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 August, 2006
 
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.