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 / July 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How to find how a record was deleted22 Jul 2005 08:28 GMT2
Is there a way to tell who or what process deleted a record in a SQL table.
I know you can setup triggers or Profiler - but is there a way to see how a
record was deleted if you DO NOT have a trigger or Profiler already running?
This is SQL 2000 Standard, sp3a with default options ...
WHAT DO I USE TO MAKE A TODAY DATE QUERY22 Jul 2005 08:24 GMT1
select no_dossier from dbo.membre where date_MAJ = GETDATE()
select no_dossier from dbo.membre where date_MAJ = '2005-07-21'
Both should give me the same result, yes or no?
thanks
[SQL-DMO] CreateFile error22 Jul 2005 06:56 GMT2
From Enterprise Manager I get
   [SQL-DMO] CreateFile error.......
Whenever I try to Generate SQL Script!!!
Why??
Urgent Problem - Debug stored procedure22 Jul 2005 06:56 GMT2
I have this problems during the debug of a stored procedure:
1) In the immediate windows variabile are not set (these are nulls)
2) The step by step don't highilight the current line in yellow but
highlight some empty lines
Auditing user and security related activities in SQLServer22 Jul 2005 02:53 GMT2
On the other database types, there is an audit capability in that you
record such items as
failed login attempts
attemtped access to tables user is not authroized to
Unicode characters22 Jul 2005 02:09 GMT1
I am developing an application that uses SQLServer 2000 as its data
repository.
I have a varchar field in one of my tables, and when I do:
update PolicyInfo
mssql lacks22 Jul 2005 00:54 GMT5
I have recently decided to upgrade my programs to enable users to have mssql
databases instead of access.
I have since then run into many incompatibilities between their sql:
access has IIF(x>y,a,b) whereas mssql hase case when (this already means
Verifying Connection to 3rd Party Application21 Jul 2005 23:59 GMT1
Is there a way that SQL can automatically look at each users'
connection and make sure it is still connected through the third party
application?  The problem is that when a connection to this application
is not terminated properly, the SQL server is not notified of the
Multiuser database application using SQLExpress21 Jul 2005 23:22 GMT3
I am new to SQL and I would like to create a small database application
where I can store the data on a network drive and have about 10 users access
the data from their desktop. I want to use SQL Express to do this, any ideas
/ examples of how to get this done, especially dealing ...
Login failed for user null occurs after a period of time21 Jul 2005 22:53 GMT23
I have an identical SQL database on two machines (my machine and a web
server) that links to a database on a third server (S3). When I execute
a stored procedure on my machine that accesses a database on S3, it
always runs without a problem. However, when I run the same stored
ADODB connection with SQL2000SP321 Jul 2005 22:26 GMT1
my code is using ADODB connection to connect to SQL (Virtual) Server.
the way it being done is (c++):
ADODB::_ConnectionPtr m_dbConn;
ADODB::_RecordsetPtr  m_dbRst;
Hiding System Tables when connecting with non-microsoft clients21 Jul 2005 17:54 GMT2
I have a user who would like to connect to a SQL Server database using SAS (a
statistical application) and have the system tables not be displayed
Currently, when the user connects they are shown all of the tables
(including system table).  We have inquired on the SAS side and ...
Use of set xact_abort on/off21 Jul 2005 14:37 GMT1
Is there any reason to use set xact_abort on OR set xact_abort off as a
rule in my stored procedures?
Using NOT EXISTS in an INSERT procedure21 Jul 2005 14:24 GMT1
I am using the following code to insert records into a destination table
that has a three column primary key i.e. (PupilID, TermID &
SubjectGroup).  The source table records all the pupils in a school with
(amongst other things) a column (about 50) for each subject the pupil
sp_ExecuteSQL in User Defined Function21 Jul 2005 14:07 GMT2
This is driving me crazy.
I need to create a UDF that would return a TRUE/FALSE (bit) value based
on a comparison it does.
CREATE FUNCTION dbo.SelectedByApplication
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 June, 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.