Viewing 15 topics - 270,601 through 270,615 (of 283,826 total)
Topics
Started by
Posts
Last post
I insert a record set to a table. Then I found that it takes forever to select the new record set. …
3 replies
Hi, I'm trying to shrink the log file from the existing size(171MB) to the amount used(0.2MB. Found…
4 replies
we have an enterprise manager-like utility (VB6) which displays a treeview of databases (using DMO)…
1 replies
Is there such a thing 'SQL Server 2003'? What is the next version of SQL Server after SQL Server 20…
4 replies
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
Viewing 15 topics - 270,601 through 270,615 (of 283,826 total)