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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Re-seeding an IDENTITY column11 Jul 2008 04:09 GMT6
Is there any way to re-seed an IDENTITY(1,1) column back to recommence at 1
without DROPPING the table but after a DELETE FROM table? SQL Server 2005.
Thanks.
Whats wrong with this SQL plus other questions?11 Jul 2008 03:23 GMT3
I get 'incorrect syntax near 'P' - not very helpful.
Also, how would I cater for the left joins returning null names, (i.e. where
a parent has no children or employer)?
Also not sure the last left and inner join is correct. the ParentEmployer
Vista SP1 and local sql2k511 Jul 2008 02:17 GMT3
I develop on my laptop with a local copy of sql2k5.  After installing sp1
for vista biz, I am no longer able to connect my apps to the local sql
server.  The apps do work just fine with the production server.
Where to begin troubleshooting?
put a description on a stored procedure parameter11 Jul 2008 02:10 GMT2
Can you put a description on a stored procedures parameters that you can get
back in a query like you do for a field in a table?
Thanks,
Tom
unable to debug SP call made on a local sql instance to another SP via  linked server to another local sql instance10 Jul 2008 23:26 GMT1
I have a VB.Net app (using ADO.Net) which calls a stored procedure on a
local sql server instance, which, in turn, calls another SP via a linked
server which points to yet another local sql server instance.  I am able to
debug everything except the last SP residing on the 2nd ...
Dynamics SQL as the source for a Cursor?10 Jul 2008 21:18 GMT6
Does anyone know if it is possible, and if so how, to use a dynamically built SQL statement as the source for a cursor in T-SQL?
For example, I'd like to do something functionally like the following:
DECLARE @TABLENAME varchar(255)
DECLARE @ID varchar(255)
Sending Data via FTP10 Jul 2008 21:13 GMT2
I have a  project and I wonder if I could get some recommendations
from this group.
SQL 2005 Server database
The table we are interested in contains about 70 fields of data and we
Avoid Null columns in Table10 Jul 2008 21:12 GMT6
How should avoid null columns in a table.
Ex
I have Table called Test
Emp_code          Name             DOB
Get column types for SP result temp table in MSSQL 200510 Jul 2008 19:40 GMT4
I want to store the results of restore filelistonly in a temp table
by using the following command.
INSERT INTO #RestoreFileListOnly
exec( 'restore filelistonly from disk = ''C:\Backups
Retriveing the status of SQL Server Job before running sp_stop_job10 Jul 2008 18:49 GMT1
I want to run sp_stop_job to stop a SQL Server job but I get an error
message that its not running.
How can i check the status of the job before applying/not applying
sp_stop_job to stop it?
Insert Default Values in a table10 Jul 2008 18:33 GMT15
i want to insert Default value in a table.
suppose
create table Test(id int, name varchar(20), salary int default 0)
now when i run following query
basic SQL insert questions10 Jul 2008 18:14 GMT5
I'm getting a syntax error, it says near ',' - not very helpful. How do I
specify the data for (a) a bit column (b) a datetime column
Here is my insert (as mangled by query builder):
INSERT INTO dbo.Parent (FirstName, MiddleInitial, LastName, GroupId, SSN,
No default instance?? Adding an instance to same server?10 Jul 2008 18:09 GMT1
Doh..
SQL 2005.
what if the only instance on the DB server was MyServer/BadName .. and
attempting to connect to MyServer (default) was of course not
sql server express10 Jul 2008 17:42 GMT3
I need to figure out a way to schedule a .bak file transfer from a remote
computer to our server. I know that SQL server 2005 express edition does not
have a job scheduler of any sort so I will have to use a third party tool
for a scheduled SQL backup. Is there any way to ...
Better query without CASE?10 Jul 2008 16:41 GMT5
All,
Thanks for any help on this…
[TabeA](
[originzip] [char](5),
 
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.