|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
SQL Server database programmingmicrosoft.public.sqlserver.programming
Sql / Dot Net general discussion
Doug -
20 Oct 2006 2:03 AM - 1 message
Hi, I wanted to start a general discussion more for getting some thoughts on what other people think/practice out there just to see how far (if at all) I'm off base on my own thoughts. My primary experience is developing applications using VB or DotNet. I ...
Counting Entries by 24 Hour Period
randy1200 -
19 Oct 2006 8:06 PM - 1 message
I have a table that includes a DateTime column. I need to create a select statement that displays the number of entries for each period: Period Count ...
Text DataType and XML Explicit in SqlServer 2005
Rajesh Patel -
19 Oct 2006 4:22 PM - 1 message
Hi, I have a table with an id column and text data type column. My following query runs fine on Sqlserver 2000, but in SqlServer 2005, It gives me an error "Invalid character value for cast specification". Does anybody have ...
Hardware Upgrade Options
Curious Joe -
18 Oct 2006 8:21 PM - 1 message
I am running SQL 2005 on a Win 2k3 R2. I currently have 4GB FB-DIMM and an Intel 5150 (Core 2 Duo Xeon) processor. I want to upgrade but don't have the money to upgrade both ram and processor at this time. ...
SELECT & SET
RON -
17 Oct 2006 8:57 PM - 1 message
What's the difference between the following 2 queries especially the 1st line after declaring the variable @OrderCount int in the 2 queries (both the queries output the same resultset): -------------------- DECLARE @OrderCount int SET @OrderCount = (SELECT COUNT(OrderID) FROM Orders WHERE UserID = 5) ...
BCP in a stored procedure with out xp_cmdshell
research_stuff -
17 Oct 2006 3:10 AM - 1 message
While researching using BCP in a stored procedure, the that xp_cmdshell needs to be used. I can not use xp_cmdshell due to security reasons. Is there any other way to use BCP in a stored procedure? Thanks in advance. ...
Help with RAND()
Damon -
16 Oct 2006 12:25 PM - 1 message
Hi, I have the following query:- SELECT DISTINCT TOP 10 PERCENT dbo.tbl_cleaning_visits_internal.cvi_id, dbo.tbl_main.m_internal_block_type FROM dbo.tbl_supervisor_block_pre LEFT OUTER JOIN dbo.tbl_main INNER JOIN ...
Better way to create large table?
brett -
15 Oct 2006 9:08 PM - 1 message
Let's say I have a table with 650 columns and similar .NET class with 650 public properties. There are 10,000 instantiated objects that give the same number of rows in the table. I loop through all objects ...
Help replicating a sql server database
kbrickey -
15 Oct 2006 4:03 AM - 1 message
I need to replicate a SQL Server 2000 database that exists in a hosted environment with only primative web-based management tools. I have one tool that creates a .bak file, and another tool for running queries. There seems to be no way to automatically script the tables the way we can in Enterprise ...
|
|||||||||||||||||||||||