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

Updating a column in a table from a temp table 
  How do I update a new column in a table with data from a temp table Table with added field errormsg Table1 Name char(50) clientkey varchar(50) ErrorMsg varchar(50) Temp table Clientkey varchar(50) ErroMsg varchar(50) Right now in table1 the ErrorMsg field is null for every Name.
By amj1020  - Nov 11 - 3 new of 3 messages    

Yellowfin Business Intelligence discuss “Too much ink” and poor dashboard design 
  In a recent article in Computerworld, Monash University lecturer, Peter O’Donnell gave his opinion that; BI solutions are too sexy, contributing to low utilisation rates. Peter argues, "A lot of the tools are very sexy. You can do 3D pie charts and donut charts; in theoretical terms it is known as the data... more »
By JTP PR  - Nov 11 - 1 new of 1 message    

PRG-Group Hotlist 
  Hi, This is Deepthi from PRG Group Inc, based in Piscataway, NJ PRG Group Inc, provide Consulting Services, Professional Services and Managed Services all over. We provide candidates for contract opportunities and contract to hire, all these are PRG W2 employees available with best market rate, open... more »
By Deepthi Raj  - Nov 10 - 1 new of 1 message    

How to Find Extended Characters in Text 
  Hi, I need to find records where a text (and/or varchar) field contains extended characters. If I knew particular extended characters, I could do something like this: select * from TableName where charindex('—',vchitem)<>0 or charindex ('°',vchitem)<>0 But I do not know what extended characters might be in the field, so I... more »
By HumanJHawkins  - Nov 10 - 3 new of 3 messages    

create table 
  I am trying to create new table.APPUSER_ID has AppUserPerm_AppUser_fk and there is NONCLUSTERED INDEX .What is the correct syntax to put these two together? CREATE TABLE [dbo].[APPUSER_PERM] ( [ID] [int] NOT NULL CONSTRAINT [IX_PK_APPUSER_PERM_ID] PRIMARY KEY CLUSTERED, [APPUSER_ID] [int] NULL CONSTRAINT [AppUserPerm_AppUser_fk] FOREIGN... more »
By hayko98  - Nov 10 - 2 new of 2 messages    

Pivoting a table 
  I'm back again and need help pivoting a table using weeks. This is what I have thus far: SELECT * FROM (SELECT doc, totovrSDW, totpndSDW, totovr, totpnd, weekdat FROM PendingdiarySDW) AS D PIVOT (SUM (totovr) FOR weekdat IN ([08/14/2009], [08/21/2009], [08/28/2009])) AS... more »
By JJ297  - Nov 10 - 10 new of 10 messages    

Backing up data between SQL Express 2005 and SQL Server 2008 Standard Edition 
  Hi, I am developing an application which needs to backup data between SQL Express 2005 and SQL Server 2008. My client runs with an installation of SQL express 2005 and needs to periodically back up data to a server database running on SQL Server 2008. The client db also receives some new data from server and needs to update itself. The question is HOW.... more »
By auspicious  - Nov 10 - 2 new of 2 messages    

Free Tools for SQL Server - SQLsoft.co.uk 
  Hi All, We've written a number of (I think!) handy tools over the past few months which are available from here: [link] Newly released is SQLscripta, which both searches _and_ scripts sprocs, functions, views and triggers, with searches being performed across multiple databases - it's quick and makes a great alternative... more »
By Will  - Nov 7 - 3 new of 3 messages    

EXEC'ing on SQL Server 2008 from 2000 
  Hi, I'm in the process of moving our database from SQL Server 2000 to a new server running SQL Server 2008. During the transition, I need to EXEC SQL commands on the new server from the old one. On my WinXP workstation, I can run this command without a hitch: isql -E -S NEWSERVER -d SANITIZED -Q "EXEC importation_FI"... more »
By Guillaume Filion  - Nov 6 - 4 new of 4 messages    

How to determine free time 
  I have a table having classes start time and duration. So for example Create Table MyClasses ( ClassName nvarchar(15), StartTime nvarchar(5), Duration int ); Insert into MyClasses values ('Physics', '09:00', 40 ); Insert into MyClasses values ('Math', '11:30', 50 ); Insert into MyClasses values ('Chemistry', '13:30', 60 );... more »
By Modern Benoni  - Nov 6 - 4 new of 4 messages    

1 - 10 of 57807   « Newer | Older »

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