Web Images Videos Maps News Groups Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
microsoft . public . sqlserver . programming
This is a Usenet group - learn more
Find or start a Google Group about programming.
Group info
Language: English
Group categories: Not categorized
More group info »
Related Groups
Microsoft SQL Server newsgroup.
High activity, Usenet
Microsoft SQL Server newsgroup.
Low activity, Usenet
Microsoft's SQL Server and related products.
Medium activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 179091  Older »
Description: Microsoft SQL Server newsgroup.
 

recovery mode 
  Hi, my database is simple recorvery model now, what's the good/bad things if I swith to full? thanks...
By some...@js.com  - 2:33am - 6 new of 6 messages    

QA - edit procedure shows "create" 
  SQL 2000 Query Analyzer. Well this seems very odd to me. Every stored procedure I can ever remember doing this with has never done this. When you have the object browser open and right click a stored procedure, one of the options is "edit". When you click that option, the procedure opens up and the definition starts with "ALTER PROCEDURE..."... more »
By Keith G Hicks  - 2:09am - 1 new of 1 message    

INSERT INTO behaviour??? 
  Hi all I was just writing a quick insert INTO and got an error Msg 156, Level 15, State 1, Line 15 Incorrect syntax near the keyword 'ORDER'. INSERT INTO [Test].[dbo].[address1] ( [ID] , [customerId] , [line1] , [line2] ) ( SELECT [ID] ,... more »
By Burrows  - 1:58am - 4 new of 4 messages    

display duplicates 
  Hi Champs, I do have a table in which machine info is stored. It does has lot of duplicate entries. I have written a simple code to list them.. select a.Name0,count(*) from v_r_system group by Name0 having count(*)>1 This code list me all the duplicate machine entries(258 rows) with the count. Now, i would like to join 2 more tables and give some additional condition... more »
By Jaison Jose  - 1:39am - 3 new of 3 messages    

replicating euro symbol from oracle to sqlserver 
  Hi, I have a problem regarding euro symbol (?) replication from Oracle to SQLserver2005. At oracle side we have a column containing ? (euro symbol). which is being replicated to sql server. The select statment for that column displays that symbol as (?) question mark. The column at oracle is varchar(512) and at sqlserver side is nvarchar(512)... more »
By siddu  - Nov 20 - 2 new of 2 messages    

Stored Procedure Update on Multiple Servers 
  Hi, I am wondering if this is at all possible, I have a number of SQL Server 2000/2005 servers with different names with the same database name on them but within different locations and containing different data depeneding on the location but all the structures are the same. At the moment what I have to do is when changing a Stored Procedure or... more »
By Phil  - Nov 20 - 5 new of 5 messages    

Truncate Table Table variable 
  Hi, Sql Server 2005 I am using table variable with in a stored procedure and within a table variable i am using identity field. Sometimes I required to truncate the table variable to rseed the identity, but truncate table variable, dbcc checkident are not working. Any idea... Declare @Columns Table(id Int Identity(1,1), [Name] VarChar(155));... more »
By Rahul  - Nov 20 - 4 new of 4 messages    

Database Unit Testing Comparison? 
  Not sure if this is the right forum for this, but here goes... I have a Visual Studio 2008 GDR Database Unit Test (Data Dude) with some TSQL that calls a sproc. I then have a single select statement that produces a 1-row result set with 2 columns. I want to pass the test if the values are equal and fail if it is not equal. I do not... more »
By SnapDive  - Nov 20 - 2 new of 2 messages    

SQL Subquery help! 
  I have a report ouput requirement like this.. Age Group Sex Year counts1 Year counts 2 Year counts 3 62 Senior M 15 20 29 69 Senior F 21 23 25 My year counts1, Year Counts 2, Year counts 3 results are coming from three different tables (a,b,c)... more »
By SQL  - Nov 20 - 2 new of 2 messages    

insert into when not exist in table 
  Hi using sql 2005. I want to insert into table A values(x,y) from table b. However only when values x,y do not exist in table A? I'm sure that this is really simply... I'm timing out when alternating between <ahhh> brain freeze </ahhh> and <ahhh> max complicated </ahhh> Many thanks, Jonathan
By Jonathan  - Nov 20 - 4 new of 4 messages    

1 - 10 of 179091   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google