Viewing 15 topics - 270,781 through 270,795 (of 284,001 total)
Topics
Started by
Posts
Last post
When you use a "Delete" command to delete ALL the records in a table the sp_spaceused still reports…
10 replies
I have the following batch: declare @tracetable sysname declare @traceid integer declare @dbid inte…
1 replies
hi all, i am using this query now .. select accountid from ca where csid IN (' + @GMCsids + ') but …
4 replies
I'm a little confused with respect to partitioned views. Let's say I have a series of tables that c…
1 replies
What is the best way of getting the first and last record of a group? I will use Northwind as an ex…
5 replies
How can i block SQL Server Remote accessing. so than i can avoid dabase hacking from some other ma…
1 replies
What is the best was to prevent relations similar to the following from happening. Part,Comp 1,2 1,…
10 replies
Do you mean I should use DATALENGTH instead of LEN?
2 replies
I am attempting to backup a single table and get the following error: [SQL Server] Table 'dbo.claim…
1 replies
I’m implementing a new solution there I replicate between two servers thru a firewall. I use the mu…
1 replies
set ansi_nulls off go create table t1( f1 varchar(10) null, f2 varchar(10) null) go insert into t1 …
2 replies
hi everyone I am working on a project with Vb6 and SQL 2000. My current task is to develop automat…
16 replies
I apologize if this is not the correct posting category. I am looking for sample/template code of a…
2 replies
Hi! I have a server with about 15 databases on it, 5 of them a replicated to another server. The da…
7 replies
I have a simple query that I'm running in a proc that I need to have the data exported from the pro…
4 replies
Viewing 15 topics - 270,781 through 270,795 (of 284,001 total)