Web Images Videos Maps News Shopping 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 »
Active older topics
4 new of 4 - Nov 12
14 new of 14 - Nov 12
16 new of 16 - Nov 12
4 new of 4 - Nov 12
6 new of 6 - Nov 12
4 new of 4 - Nov 12
1 new of 1 - Nov 12
8 new of 8 - Nov 12
2 new of 2 - Nov 12
2 new of 2 - Nov 12
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 179012  Older »
Description: Microsoft SQL Server newsgroup.
 

WHERE IN (SELECT) with multiple columns 
  A continuing annoyance is that I can do stuff like this in SQL Server: SELECT * FROM X WHERE A,B IN (SELECT A,B FROM Y) This is getting more complex if any of A or B can be NULL. Is there an alternative in SQLServer 2005+ to implement such predicates? Pete
By Peter  - 10:35pm - 2 new of 2 messages    

Need advice on product specs table 
  Hi, I'm trying to figure the best way to store product specs data e.g. dimensions, weight, power requirements, etc. Because the database will contain a wide variety of products and in time, there will be new specification categories, I'm inclined to have a table that defines specification categories and another where SpecIDs and values are... more »
By Sam  - 8:21pm - 2 new of 2 messages    

rolling back / undoing an update task 
  I accidentally used this statement when trying to set my 'names' column all to lower case in the away condition: update mytable set names = lower('names') where home = 'away' ..as this changed all the names to literally 'names', wondering how to use ROLLBACK to undo this, or is there another recovery method.... more »
By .Net Sports  - 6:05pm - 2 new of 2 messages    

im internet geld verdienen forum , schnell geld verdien , em poker online spielen , geld online casino , sofort geld gewinnen , poker muenchen , poker spielen um , pokerschule , ganz leicht geld verdienen , schnell geld veridenen , 
  im internet geld verdienen forum , schnell geld verdien , em poker online spielen , geld online casino , sofort geld gewinnen , poker muenchen , poker spielen um , pokerschule , ganz leicht geld verdienen , schnell geld veridenen , * * * +++ GELD ONLINE VERDIENEN +++ GELD IM INTERNET VERDIENEN +++ *... more »
By karin gr4uberin  - 4:08pm - 1 new of 1 message    

SCHEMABOUND Views over multiple databases or servers 
  Hello. I'd like to use schemabinding on a view that takes its data from multiple databases. I understand that SQL 2000 is incapable of doing this, does anyone know if this is possible in 2005 or even 2008 or am I just wishing on a star? Thanks in advance, Nick.
By Nick Large  - 1:48pm - 3 new of 3 messages    

SQL optimisation, stop the sub query as soon as an error is found 
  Hi guys, first post here. I have the following problem I have records in a source table which I have pulled out to a temp table and built some indexes. As part of this extract I have ranked the records using the rank() over funcitonality to force a sequence key resetting on PATHWAY_ID. I am now trying to validate that the records have been entered... more »
By obiron  - 1:09pm - 4 new of 4 messages    

Sql Job runs Slow in 2008 compared to 2005 
  The following job runs in under 10 seconds in 2005 but takes 3 minutes in 2008. update Flavor.dbo.Inventory set Flavor.dbo.Inventory.user1 = 'PS' where Flavor.dbo.Inventory.InvtID in( select distinct FP.FormulaID from Flavsys.dbo.FormulaProcedures FP, Flavor.dbo.Inventory I, Flavsys. dbo.Formulas F... more »
By callenr41  - 11:33am - 3 new of 3 messages    

temp tables with UDF defaults 
  how do you get a temp table to use a udf in your db? I tried putting the databasename in front of dbo but it complained about it. Does the function need to be created in tempdb too? Create function mydate() returns datetime as begin declare @d datetime; SET @d = getdate(); return @d; end; CREATE Table #t2... more »
By Dan Holmes  - 11:21am - 1 new of 1 message    

Why is displayed date format different in SSMS 2008? 
  Hello! Can anybody tell me where I can set in SQL Server Management Studio 2008 that I will see date columns formatted in style "dd.mm.yyyy" like it is in SSMS 2005 or in SQL 2000? With that I mean if I open any table in any db with datetime columns inside with command "Edit Top 200 rows" or "Select Top 1000 Rows" I... more »
By Billy  - 8:39am - 3 new of 3 messages    

SQL syntax (part 2) 
  I accidentally posted before I was done on the last one..... I have a query that I would like to modify as follows, but am not quite sure how to do it: SELECT [GenEvents EventLog].EventTime, [GenEvents EventLog].ActorID FROM [GenEvents EventLog] WHERE ((([GenEvents EventLog].ActorID) Is Not Null) AND (([GenEvents... more »
By Doug Howell  - 8:30am - 5 new of 5 messages    

1 - 10 of 179012   « Newer | Older »

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