COMPGROUPS.NET | Post Question | About | Groups | Contact | Register | Login



comp soft-sys matlab (18537)

comp os linux advocacy (5162)

comp soft-sys sas (3808)

comp soft-sys math mathematica (2920)

comp lang python (2910)

comp lang ruby (2557)

comp text tex (1734)

comp sys mac advocacy (1660)

comp lang c++ (1422)

comp lang javascript (1223)

comp lang c (1197)

comp lang perl misc (1192)

comp lang java programmer (927)

comp dsp (911)

comp sys mac system (893)

comp lang tcl (873)

comp databases ms-access (764)

comp arch fpga (751)

comp lang idl-pvwave (727)

comp software shareware announce (704)

comp lang php (700)

comp lang lisp (684)

comp sys sun announce (659)

comp arch embedded (626)

comp sys mac apps (613)

comp sys ibm ps2 hardware (545)

comp lang fortran (525)

comp lang c++ moderated (524)

comp unix shell (523)

comp os plan9 (514)

comp os linux misc (513)

comp unix solaris (501)

comp databases oracle server (497)

comp sys ibm pc games war-historical (485)

comp lang python announce (483)

comp os ms-windows programmer win32 (477)

comp databases mysql (412)

comp sys cbm (408)

comp dcom sys cisco (408)

comp arch (308)

comp sys ibm pc games action (301)

comp databases informix (274)

comp lang clipper visual-objects (267)

comp os vms (263)

comp lang perl announce (238)

comp lang xharbour (229)

comp graphics apps gnuplot (224)

comp realtime (216)

comp soft-sys ace (215)

comp lang ada (213)

comp protocols nfs (207)

comp protocols snmp (204)

comp parallel (202)

comp sys acorn announce (196)

comp protocols tcp-ip domains (193)

comp sys ibm pc hardware systems (191)

comp unix internals (187)

comp infosystems www browsers misc (184)

comp misc (182)

comp publish cdrom software (182)

comp dcom cabling (174)

comp mail mime (169)

comp std announce (169)

comp ai fuzzy (168)

comp ai edu (166)

comp soft-sys stat spss (156)

comp protocols kerberos (155)

comp databases filemaker (155)

comp sys apple2 (153)

comp admin policy (151)

comp databases postgresql committers (150)

comp databases ibm-db2 (149)

comp databases ms-sqlserver (131)

comp protocols dicom (129)

comp unix programmer (128)

comp security misc (123)

comp unix bsd freebsd misc (120)

comp graphics visualization (117)

comp cad cadence (117)

comp databases olap (116)

comp apps spreadsheets (114)

comp databases postgresql general (114)

comp lang vhdl (113)

comp lang java help (113)

comp ai neural-nets (112)

comp ai (111)

comp ai games (110)

comp dcom telecom (109)

comp client-server (108)

comp os linux announce (105)

comp cad microstation (105)

comp databases oracle marketplace (105)

comp soft-sys math scilab (102)

comp databases progress (102)

comp os linux networking (101)

comp database oracle (100)

comp graphics api opengl (99)

comp ai genetic (98)

comp protocols dns bind (97)

comp compilers (97)


comp.databases.ms-sqlserver Post New
Items(123) /3 Next >> Last >|
Subject Posted Replies From
Restoring German DB to US Server - Known Issues?

Hello. A client is moving a critical database from a German system to a US English system this weekend. Are there any known issues or anything we need to look out for? E.g. in terms of umlauts and accents etc

6/10/2010 12:48:25 PM 0 theintrepidfox <u...@compgroups.net/>
need to establish sound backup/maintenace/security practices

We are s/w development company with a number of installations that use SQL Server. We are looking for a qualified individual who will help us establish good db security, backup and maintenance procedures and practices for our production sites. We are located in Los Angeles, CA, local contact would be much preferred.

3/30/2010 9:10:49 PM 0 migurus <migu...@yahoo.com>
Location Intelligence demo

Quick demo on the power of Location Intelligence to visualise your data http://www.youtube.com/watch?v=uhD1NtNdj8E

3/30/2010 11:55:39 AM 0 JTP PR <janinepellet...@yahoo.ca>
Need to increase Job History SQL Server 2005

We have an application uses SQL Server 2005's sqlagent job feature to runs around 20 jobs which a frequency of every 1, 2, 5, or 10 minutes depending on the job. Every now and then one of these job runs will error however by the time anyone notices the job run history information is cleared from the MSDB job history tables. Anyone know where I can set the size/retention for job history? Thanks -- Mark D Powell --

3/25/2010 1:42:45 PM 1 Mark D Powell <Mark.Powe...@hp.com>
Replicating from SQL 2000 to SQL 2008

I have 2 instance of SQL Servers. Instance A : SQL Server 2000 Enterprise Edition running on Windows 2003 (32 Bit). Instance B : SQL Server 2008 Enterprise Edition running on Windows 2008 (64 Bit Cluster). These servers both reside on different domains but have connectivity between them using SQL Authentication. I need to setup Transactional Replication from Server A to Server B. I have reviewed the following MS KB: http://msdn.microsoft.com/en-us/library/ms143241.aspx It States : "Using a SQL Server 2005 or SQL Server 2008 Distributor with a Publisher Running SQL Server 2000

3/21/2010 3:35:06 AM 0 Query Builder <querybuil...@gmail.com>
SQL 2005 (Express with advance features) reporting services

Hello. I am have trouble getting the above to work. MS IE (Ver 6 SP2) does not access; http://localhost/reports/ correctly. I expect to get the Report Manager but instead I get (in IE panel); ---------- <%@ Page language="c#" Codebehind="Home.aspx.cs" AutoEventWireup="false" Inherits="Microsoft.ReportingServices.UI.HomePage" %> <%@ Register TagPrefix="MSRS" Namespace="Microsoft.ReportingServices.UI" Assembly="ReportingServicesWebUserInterface" %> ---------- Regards JC....

3/16/2010 2:26:26 PM 0 jc <jc_user...@aanet.com.au>
Linked Server and distributed transactions

SQL 2005 I have a linked MySQL server. I have written a script which updates the MySQL server correctly when run from the Management Studio using OPENQUERY. However, when I try to incorporate this script as a trigger on the table, SQL server returns. "Msg 7391, Level 16, State 2, Procedure TRIGGERNAME, Line 51 The operation could not be performed because OLE DB provider "MSDASQL" for linked server "LINKEDSERVER" was unable to begin a distributed transaction." I have found http://groups.google.com/group/microsoft.public.sqlserver.server/msg/127255ab5a3a1fe0 but will admi

3/16/2010 9:48:17 AM 0 Iain Sharp <ia...@pciltd.co.uk>
Many to many table design question

Originally I had 2 tables in my DB, [Property] and [Employee]. Each employee can have 1 "Home Property" so the employee table has a HomePropertyID FK field to Property. Later I needed to model the situation where despite having only 1 "Home Property" the employee did work at or cover for multiple properties. So I created an [Employee2Property] table that has EmployeeID and PropertyID FK fields to model this many 2 many relationship. Now I find that I need to create other many-to-many relationships between employees and properties. For example if there are multiple employees t

3/13/2010 8:28:05 PM 0 "wackyph...@yahoo.com" <wackyph...@gmail.com>
execute PSFTP command line with XP_CMDSHELL in TSQL

I am having trouble executing command line to transfer files via an SFTP server from a call in T-SQL (version 2005) where putty is the client application. The solution has to be able to work on SQLExpress and needs to be backwards compatible to SQL 2000, so I'm not sure if SSIS is even a viable option for me. The command executes perfectly in dos prompt, but in MSSQL it just hangs on the connection command and never makes the connection. THis is all I'm running from MSSQL: Declare @cmd nvarchar(2000), @dir nvarchar(200), @dbname nvarchar(100), @sqlcmd nvarchar(2000) SET @dir

3/12/2010 1:22:04 PM 0 DennBen <dbened...@hotmail.com>
Windows Auth issue

I have one machine with an application running that many users need to log in and out of quickly. Logging off the machine, logging in and restarting the app takes too long. Users already log into the application using their windows login and password which I check against the AD, then I build connections strings so SQL Server knows who is logged in - which I need for auditing. Using SQL authentication is not an option. Is it possible to make a connection string to SQL Server using Windows Authentication using a different windows user than the one logged into the machine?

3/11/2010 3:20:41 PM 0 "Matthew Wells" <matthew.we...@firstbyte.net>
MSSQL 2005, TSQL, Keywords and variables, Case sensitive or not?

Hello, Does anybody know, MSSQL 2005 T SQL language, are variables or keywords case sensitive or not? Regards

3/11/2010 2:05:43 PM 0 "m" <mirosla...@gmail.com>
Stored Procedure - Writeline Where

I am trying to create a stored procedure to write out to a text file. I would like it to write a line for each instance of a select statement. Any help? Write information Where field1 = String

3/8/2010 1:33:57 PM 0 mcolson <mcolson1...@gmail.com>
Updating SQL Server from ASP TextArea

Hello I have an ASP/SQL Server 2008 client management application. An ASP textarea submits data to a varchar(max) field. In some cases the field runs to thousands of characters. The sql string is "UPDATE tblClients SET ClientNote = " & frm("ClientNote") WHERE ClientID = " & lngClientID The update fails with the error "Microsoft OLE DB Provider for SQL Server error '80040e14' The identifier that starts with '<BLAH BLAH BLAH>' is too long. Maximum length is 128. Is anyone able to advise please on how I might update this field? I have considered only allowing appends, but as the

3/8/2010 3:23:27 AM 0 ContainsCaffeine <mxro...@gmail.com>
Windows Authentication (SQL Server 2008)

We are using SQL Server 2008. As an administrator on the box (part of the admin group), I assumed I could use Windows authentication to log into sql server. However, it is giving me a login failure. #1) How can I verify that sql server is set up to use windows authentication? #2) If not, is there a way to adjust the setting (via regedit or other means)? #3) Can I assume that the admin group has the rights to login into SQL Server (this may be an assumption that is no longer valid). What group would a user need to be in to be able to have the ability to authenticate on the s

3/5/2010 8:42:20 PM 0 Justin <kfw...@hotmail.com>
overlap in where clause produces intersection, not union

I am not clear why SQL Server eliminates dups from my query below declare @s table ( id int ); insert into @s (id) select 1 union select 2 union select 3 union select 4 union select 5 (5 row(s) affected) select count(id) from @s where id <= 3 ----------- 3 select count(id) from @s where id >= 2 ----------- 4 HERE is where I am puzzled: I thought "where id <= 3 OR id >= 2" should produce overlapping results, i.e. rows with id=2 and id=3 OR'ed together would be repeted in the resulting rows, but the results are as if I specified DISTINCT select id from @s where id

3/4/2010 3:36:03 AM 0 migurus <migu...@yahoo.com>
SQL Query date doubt

Hi: Please, could you help me with this SQL query ? I need get data from last 3 months, but it=B4s shows me only January's data. (Query doesn=B4t get data from november and december/2009) SELECT TOP 10000 CONVERT(DateTime, LTRIM(MONTH(DateTime)) + '/01/' + LTRIM(YEAR(DateTime)), 101) AS SummaryMonth, Nodes.NodeID AS NodeID, Nodes.Caption AS NodeName, Nodes.IP_Address AS IP_Address, APM_AlertsAndReportsData.ComponentName AS Component_Name, AVG(APM_ResponseTime.StatisticData) AS AVERAGE_of_StatisticsData FROM (Nodes INNER JOIN APM_AlertsAndReportsData ON (Nodes.NodeID =3D AP

2/27/2010 1:45:57 PM 1 valdemirs <valdem...@gmail.com>
Split a period of time

Suppose you were looking at widget manufacturing data, and your DB looked like this: tblWidgetsProduced dtStartTime dtEndTime iWidgetsProduced Suppose you wanted to look at widgets produced per hour....but there was no guarantee that dtStartTime and dtEndTime fell on hour boundaries, so you might have the split an entry across multiple hours by allocating iWidgetsProduced proportionately across the spanned hours. Would that be possible to do in SQL?

2/26/2010 4:08:21 PM 1 "dves...@gmail.com" <dves...@gmail.com>
count(*) by hour

Hi all I have this query SELECT COUNT(*) FROM Pro WHERE D_TIME BETWEEN '2010-02-14 00:00:00.000' AND '2010-02-20 23:59:59.000' AND convert(varchar(30),D_TIME,114) BETWEEN '00:00:00.000' AND '00:59:59.000' which gives me the total count for 00:00-00:59 from 02-14-10 thru 02-20-10. i need to get for all 24 hours in 1 statment. Time Total 00:00-00:59 01:00-01:59 02:00-02:59 ...... 23:00-23:59 Thank you

2/25/2010 8:51:11 PM 2 hayko98 <vardan.hakop...@gmail.com>
Would Appreciate Some Table Schema Guidance...

Hi. I don't really have a problem per se but since I am not a 24/7 DB developer I'd appreciate an experienced set of eyes to provide some feedback (and help me avoid future problems). I am getting under way with designing a new MS SQL DB architecture that uses the ASPNETDB for membership, profiling, and roles. I am new to the ASPNETDB and, after some experimenting, decided to extend the profiling features so I could more clearly identify my custom data. An example of the schema is here: <a href="http://s103.photobucket.com/albums/m156/pbd22/? action=view&current=schema.jpg"

2/24/2010 12:21:59 AM 0 pbd22 <dush...@gmail.com>
Place a message in the outbox of Outlook

Is there anyone out there who can tell me how to place a simple message from within T-SQL into my Outbox of Outlook (not Outlook Express) on the same machine? I have SQL Server 7, I don't have an Exchange server and I haven't setup Mail in SQL Server. Any help will be appreciated.

2/23/2010 7:54:48 AM 0 ab <absmi...@hotmail.com>
Design question

I've been tasked with designing an application to capture data about sports clubs. Let's say there are four different types of club - Soccer, Cricket, Rugby and Tennis. For various reasons it is essential that data about each of these will be stored in its own table. I want to make use of the new datatype Geography to store the location data. Unfortunately, LINQ to SQL doesn't yet support these. So my thinking is to keep the location data in a separate table and manipulate the data server-side to enable CRUD operations, but ensuring that messages containing location information

2/22/2010 3:28:04 PM 6 Edward <teddysn...@hotmail.com>
restore backup and roll forward versus detach/attach?

SQL Server 2005 SP2 9.0.3054 I would like to move my DB (with Full Recovery Model) onto a /different/ server. I would like to do this w/o losing any transactions. My question relates to when it is appropriate to: 1. restore my last DB backup onto the destination server, then roll forward any logs that were backed up subsequent to that backup Versus 2. detach the database from the source server, then attach at the destination server Note that I want to move my database, so its alright if it disappears from the source server. Note also that I might want to change the

2/17/2010 8:53:24 PM 1 aj <ron...@mcdonalds.com>
C API

Hello, does the SQL Server 2005 or 2008 have an API for the programming language C? Regards, Domenic

2/17/2010 8:42:28 PM 1 Domenic Laritz <domenic.lar...@donchunior.at>
SQL Server logins Windows groups contain old hostname after EXEC sp_addserver?

SQL Server 2005 SP2 9.0.3054 Using the EXEC sp_dropserver '<old>' GO and EXEC sp_addserver '<new>', 'local' GO commands, I have successfully changed the host name of a SQL Server box. However, I notice that afterwards, under SQL Server logins, I have 3 Windows groups that still contain the OLD host name. <OLDHOSTNAME>\SQLServer2005MSFTEUser$<OLDHOSTNAME>$MSSQLSERVER <OLDHOSTNAME>\SQLServer2005MSSQLUser$<OLDHOSTNAME>$MSSQLSERVER <OLDHOSTNAME>\SQLServer2005SQLAgentUser$<OLDHOSTNAME>$MSSQLSERVER Is it safe, using Mgmt Studio, to simply rename <OLDHOSTNAME> to <N

2/17/2010 8:34:39 PM 0 aj <ron...@mcdonalds.com>
unable to connect to server please make sure user has at least read permission

Hi all, I am trying to configure SQL Server 2008 for Office 2007 Data Mining Add-ins. And on the connection set up screen, it asks for the server name. So I entered the server name, but got this message: Unable to connect to server "P4" please make sure user has at least read permission. Please make sure "PC\XXX" has at least read permission ..... (PC is my local computer name and XXX is my log in user name. And user the server box, the is a gray-out box saying 'Windows Authentication") I am the admin of this remote server and was able to connect to the server

2/16/2010 10:21:36 PM 1 SQL Learner <excelmodel...@gmail.com>
ODBC Connection Wizard: Can't see SQL Server

Hello I wonder whether you may have some hints and pointers. I'm trying to create an ODBC User/System DSN but can't see the SQL server in the ODBC New Connection Wizard drop-down. The client machine is in a different domain than the server. I can ping the server and resolve by name but typing Servername / IP in the dropdown combo doesn't work. Further: The client machine is running an application that connects to the very same SQL server using SQL Authentication just fine which puzzles me a bit. SQL Server browser is running on the server. I'm grateful for any ideas you may have.

2/15/2010 8:57:38 AM 3 theintrepidfox <theintrepid...@hotmail.com>
love with learning and earning of the people

I made a web. For those people who want learn and earn by internet .please visit the link. http://affiliate.testking.com/adhit.php?i=0&c=MzE3M3xFMTc0MA&ad_channel=1118

2/13/2010 10:07:33 AM 0 John Smith <jsmith.smith1...@gmail.com>
Web service getting "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'"

I'm running a website with NetworkService credentials and I'm able to connect fine on one DB, but not the other. Both DBs are running SS 2008, and all machines concerned are on the same domain. I've added machine credentials on both DBs as needed but i'm getting the above error somehow for one of the DBs. I'm guessing that the NetworkService machine level authentication is somehow failing and thereby being reduced to anonymous, but I'm not sure - never seen this before. web.config connection strings are as follows: <setting name="SqlConnectionString" serializeAs="String"> <va

2/12/2010 2:14:16 AM 1 Dave <djohanns...@gmail.com>
how to extend existing entity table in db without adding new columns every time

Hi, I am trying to design a db schema (or rather extend existing db schema). My goal is to extend the database table so that every time a new column is needed, we dont go about adding the new columns by altering the table. Here is some background. Business requirement: We usually have a need to extend the existing table structure to add new columns to incorporate information related to the new customer requirements. Example: Consider an existing table "Organization" in our db. I have a new project from another customer which requires some new information. To achieve this, I wil

2/12/2010 12:37:17 AM 4 Raju_QC <rmanch...@gmail.com>
Request for help with odbc driver for Python / SQL Server 2008

Hi, I am trying to port a set of Python programs originally working with PostgreSQL, to use SQL Server 2008 with Windows XP... and it is harder than expected. I tried pyodbc and ceODBC. Already read a number of documents and FAQ's. Yes I configured the Server security to allow both Windows and SQL Server logins. Is there any other admin task needed to configure the odbc interface (I assume it odbc interface ships with the SQL Server product, right?). I checked the web site www.connectionstrings.com. http://www.connectionstrings.com/sql-server-2008#p3 There are a

2/10/2010 9:55:48 AM 1 Pascale Mourier <Pascale.Mour...@ecp.fr>
SQL 2008 and Window 7

I have this wierd problem. I have created a number of login on SQL 2008 on WindowsXP without any problem. Now I start do it on Window 7, and I keep have this error 18456 when I try to login using the login I just created. I already make sure the Permission to connect to database engine is Grant and Login is Enabled. Does anyone has any idea?

2/9/2010 7:11:49 PM 1 daicamad <daica...@gmail.com>
Why this code does not work?

Hi all, Three related questions. Q1) I tried the following code and it works with set @c = CHAR(@x + ASCII('a')) + '-' + @c but it does not work with set @c = @c + '-' + CHAR(@x + ASCII('a')) Why? /*------------------------------------------------------------------*/ declare @x int; declare @c char(100); set @c = '' set @x = -1; while @x <25 begin SET @x = @x + 1 set @c = CHAR(@x + ASCII('a')) + '-' + @c end print @c /*------------------------------------------------------------------*/ When I use set @c = CHAR(@x + ASCII('a')) + '-' + @c

2/9/2010 2:52:56 AM 1 SQL Learner <excelmodel...@gmail.com>
Who am I just login server

Hi all, while I work on SQL Server for some time but never being on admin tasks. I install SQL Server 2008 on Admin account of Windows 7, create a database AB (used Window authenticate login or the login at installation). I create a Standard user account, and login to the database, successfully. I attempt to access to database AB, and obviously without success. Now I have a question: Who I am just login to the server as a Standard user? When I login in as Standard user using Window authenticate, I see only 2 logins in that are BUILDIN\Users and sa

2/8/2010 8:41:10 PM 1 daicamad <daica...@gmail.com>
DTS or Stored Procedure?

Somewhat noobish here with SQL. Have done some packages with DTS and MSDE. Looking for some guidance on the following project: Need to develop a weekly process to update a specific column in a specific table in a SQL 2008 Express database. The column contains full Employee Names. Destination field is called EmpNamePL and is PrimaryKey and it does not accept nulls or duplicates. Source: XLS or MDB Destination Database Name: Personnel Table Name: PL5 Column Name: Item (PK, varchar, no nulls) I'm thinking DTS or Stored Procedure: DTS: 1. Despite finding out that you cannot

2/8/2010 4:38:10 PM 1 dorkygrin <dorkyg...@gmail.com>
Convert numeric grade to letter grade

Hi All, If I have the following one-column table: Grade 80 100 90 60 50 90 I want to add a new column (in the result, not in the physical table) called "Letter_Grade" using the following convertion method: 50 = F 60 = D 70 = C 80 = B 90 and 100 = A How can I do it? You may provide more than one solutions. Thanks. SQL Learner

2/8/2010 1:08:37 AM 7 SQL Learner <excelmodel...@gmail.com>
Return valuse based on multiple "if exists' conditions (Advanced)

Hi All, Here is a more challenging question derived from my last one in this thread: http://groups.google.com/group/comp.databases.ms-sqlserver/browse_thread/thread/6d105333a6be4865?hl=en# Here is the table: state source price NY A 1 NY B 2 NY C 3 CA B 4 CA C 5 TX C 6 How can I show by state the records that satisfied the following condition: if A exists then show only the record where source = A, if A not exists then see if B exists, If B exists then show only the record where source = B, if B not exists then see if C exists, If C exists then show only th

2/6/2010 9:17:53 PM 4 SQL Learner <excelmodel...@gmail.com>
Return valuse based on multiple "if exists' statements

Hi All, Hope someone can help to solve this SQL question. I have the following table called '#temptable' (it is a temp table) source price state A 1 NY B 2 NY C 3 NY B 4 CA C 5 CA C 6 TX I need a SQL statement that performs the following pesudo code: if source A exists then (select * from #temptable where source = 'A') if source A not exists then check if source B exist. if source B exists then (select * from #temptable where source = 'B') if source B not exists then check if source C exist. if source C exists then (select * from #temptable where source =

2/6/2010 7:43:38 PM 8 SQL Learner <excelmodel...@gmail.com>
Installation Problem SQL Server 2005 + Windows 7

I've installed SQL Server 2005 on a dozen machines before but now I'm stumped trying to install on Windows 7. I have installed the app, then installed SP3 and keep getting the same problem: there are no SQL Server services running. Using the Surface area Configuration tool I cannot add any privileges because there are none listed in the tool. I am guessing this is a rights issue but have looked in vein for a solution. Any help is appreciated. lq

2/5/2010 4:31:23 AM 1 Lauren Quantrell <laurenquantr...@gmail.com>
Sum Only Top 20 Customers?

Hi...I need to return the Top 20 customers by 'Accounts Receivable Balance' (= FutureBal + Per1Bal + ... + Per5Bal + Misc_Creds + Unapplied) in the and then in the select list sum a calculated value, Sum(Val1 -Val), and another. I am stuck on how to use TOP in a WHERE Clause.. TIA LB

2/3/2010 8:25:34 PM 0 LightBulb <lightb...@nospam.net>
Backups without data?

Our organization made a preliminary decision to store data for all new projects in a single database because there is some commonality between projects and some tables can be shared and relationships can be maintained within a single database and PK/FK relationships cannot span databases. For readability and administrative sake, we create a schema per project and the common 'metadata' tables are in their own schema. The problem with this is that the database will grow to hundreds of Gigabytes or perhaps Terabytes eventually. Since each project will have their own backup requ

2/3/2010 7:26:30 PM 1 Mike Husler <Michael.P.Hus...@noaa.gov>
RUNNING VBA IN AN SSIS PACKAGE

I am running an SSIS job manually that I am trying to automate. To automate the task the job needs to run daily and execute when a condition is met. The condition is based on a maintenance table: r_apd that looks as follows: FY PER CLSD_FL 2009 11, 1 2009 12 1 2009 13 1 2010 1 1 2010 2 1 2010 3 1 2010 4 0 <-- current 2010 5 0 2010 6 0 So during the 4th period (above) it will run at the end of each

2/3/2010 3:22:33 AM 0 "robb...@hotmail.com" <robb...@hotmail.com>
Using @variable in WHERE clause when querying a view is horrible. Inline function is fine. Why?

I much prefer examples and apologize that this question doesn't have one. I unfortunately can't post CREATE TABLE statements for this problem becuase the issue doesn't show up until you get lots of rows in the tables, and the tables themselves are quite convoluted in structure (commercial system, I can't do anything about that). My query joins six tables, the largest of which (call it Driver_Table) is about 5.4 million rows. This is the "driving" table, because the other tables are OUTER joined to the driver, by which I mean that the rows in Driver_Table are preserved. Driver

1/29/2010 4:20:21 AM 3 bill <billmacle...@gmail.com>
Help on "Connect to an Analysis Services database" when configure SQL Server 2008 for Office 2007 Data Mining Add-Ins

Hi All, I am trying to configure SQL Server 2008 for Office 2007 Data Mining Add-Ins, but got stuck on the very first step - Connect to an Analysis Services database. I have a SQL Server 2008 running with Analysis Services and it is using SQL Server authentication. In the Step 1 window, I entered the server name in the Server Name book, and clicked next. It returned a message that says "Unable to connect to server 'XX'. Please make sure user 'Computer_name\Log_in_name' has at least read permission to some database on the server." 'XX' is my server name. 'Computer_name\Log_

1/27/2010 10:10:28 PM 0 SQL Learner <excelmodel...@gmail.com>
Can Someone please help me with my Computer stuff? 21692

I use the computer and the Net on a regular basis but I don't know a whole lot about it all, especially when it gets technical. I have an Acer Aspire AM5100-U5300A. I would like to speed this computer up, I would like a very good grasphics card without spending a fortune. Once I find out what I need I willo just go to ebay but I don't know what kind of meory, cards and such are compaitble with my machine. Help please. Virgina ghtpl@yahoo.com http://ipods-imacs.com )m<S.oWJ!GOX$dVMFMNQG,&)x

1/27/2010 7:36:25 PM 0 Virgina Hernandez<gh...@yahoo.com>
How to query when a text field is too big to convert?

Hi; I'm trying to find the number of records in a table where field_1 is not a substring in field_2. My problem with the query below is that field_2 is a text field and is too fat to convert in order to use the LIKE operator ( I get "field would be truncated" messages ) select count(*) as COUNT_Bad_Records from MyTable where field_1 not like CAST(field_2 as varchar(max)) +'%' Any suggestions for how else I might get to the same result? Thanks much in advance

1/26/2010 10:22:58 PM 4 steve <tinker...@gmail.com>
sample code for code for "sql server development with access 2000" by Wrox

Does anyone happen to have sample code for code for "sql server development with access 2000" by Wrox? I am trying to get the sample code on their site, but the book selection does not go back that far. Please help! SQL Learner

1/26/2010 2:23:56 PM 0 SQL Learner <excelmodel...@gmail.com>
SSIS SQL Dest problem...

Hello, I've created a simple SSIS package to migrate data from an Access 2003 mdb to SQL Server 2005. I made the package on my laptop (Windows 7 Ultimate) which has an instance of SQL Server 2005 (not express). Everything is fine here. I changed the connection to use an instance on anther server on the same network. I'm connecting fine, but I can't edit the SQL Server Destination controls. There is a warning at the bottom that says The selected data source is on a remote computer. The bulk insert operation can be executed only on the local computer. I don't have

1/25/2010 6:12:19 PM 0 "Matthew Wells" <matthew.we...@firstbyte.net>
Concatenate Mutiple Rows Data to Single RowColumn comma separated Data

Hi friends I m using SQL 2005 I want to concatenate multiple rows into single row with comma separated. I tried using for XML and all but what I m looking for I m not getting that My Table structure:- Table A SOANo | TaxOrderDisplay | TaxDescription| 2009001 | 1 | Excise 2009001 | 2 | Edu Cess on Exc 2009001 | 3 | S.HS.EduCess-Ex 2009002 | 1 | Excise 2009002 | 2 | Edu Cess on Exc 2009002 | 3 | S.HS.EduCess-Ex 2009002 | 4 |

1/25/2010 11:01:17 AM 1 "chintu4...@gmail.com" <chintu4...@gmail.com>
Interpolation of position waypoints in SQL Server query

Hello there, I have a database with positional information in it along the lines of waypoints of various journeys ('tracks'). I am currenetly using SQL Server 2000 so am unable to make use of the GIS types. The columns are simply two floatst for lat and long, a timestamp and a track ID. I would like to produce a query that will linearly interpolate between the waypoints and tell me which tracks, if any were in a certain ellipse at a given time. I have constructed a very inefficient query to do this, but it takes far too long to compute. Essentially my query does this: 1.

1/24/2010 5:56:11 PM 1 James Riches <jr2...@hotmail.com>
Replication & DDL Triggers - any way to do it?

I have been working on implementing DDL Triggers, to monitor changes in our environment. However, it doesn't seem to behave with Replication - at the very least, it chokes when new tables are added. Does anyone have any suggestions or workarounds? The only fix I've found is to disable/delete the trigger, let it apply, then enable/create the trigger. Not an ideal solution. Error messages: Target string size is too small to represent the XML instance (Source: MSSQLServer, Error number: 6354) Get help: http://help/6354 Target string size is too small to represent the XML instance

1/22/2010 5:05:01 PM 0 M Bourgon <bour...@gmail.com>

Pages: 2 3









Newest Articles

=?ISO-8859-1?Q?File_output_and_the_degree_=28=B0=29_character?=
13 min. 43 sec. ago

Re: FindRoots?
14 min. 55 sec. ago

LinearModelFit
15 min. 6 sec. ago

Re: FindRoots?
15 min. 17 sec. ago

Printing problem of pdf created using movie15 Package
19 min. 45 sec. ago