| Thread | Last Post | Replies |
|
| Msdb | 30 May 2009 18:12 GMT | 1 |
Im trying to get a list of Ssis Packages from Msdb any help is appriciated DAveL
|
| "Access is denied" on Vista Trying to Attach AdventureWorks | 30 May 2009 18:08 GMT | 2 |
I'm trying to "attach" the AdventureWorks db but get this error message ... TITLE: Microsoft SQL Server Management Studio ------------------------------ Failed to retrieve data for this request.
|
| Adding Full-Text Search Feature | 30 May 2009 04:49 GMT | 2 |
After a long and difficult struggle installing SQL 2008 Express I thought I was FINALLY ready to learn SQL. But when I try to install the AdventureWorks sample db I get a message saying that I need Full-Text Search. In researching that problem I find that I need "SQL Express ...
|
| MSSQL Default Date Value | 30 May 2009 01:23 GMT | 8 |
Is there a setting to make smalldatetime or any date data type field default to NULL? Currently it is defaulting to 1/1/1900 anytime the record is updated or inserted. I can set the default to the current date, but really we
|
| Help with UPDATE query that uses computed value | 29 May 2009 19:38 GMT | 3 |
In the SQL below, there are two tables. One employee can have many jobs. Each job has a priority number assigned to it so that the jobs can be reordered by the boss. The query in the SQL below is a report that shows a given employee and all of their jobs, in order of
|
| SQL Server 2000: Logfile shows massive Starting up database 'xxxx'. | 29 May 2009 08:36 GMT | 10 |
We have an SQL Server 2000 instance that keeps writing to the logfiles that is is starting up. (So I assume is was closing/shutting down also before starting up.) The interval between these entries vary irregularry.
|
| The program SqlWb.exe stopped interacting with Windows and was closed. | 28 May 2009 21:16 GMT | 3 |
I am trying to import data from excel sheet into my SQL server. Actually i was trying out different ways of copying data from MySQL to SQL Server. I exported data from MySQL to a excel and then tried importing data from the excel sheet to SQL Server. But the import/
|
| Can Any Spot My Error? | 28 May 2009 18:08 GMT | 5 |
The following stored procedure is supposed to take a '|'-delimited string of keywords and try a query with each keyword until there are no more keywords, or a query returns one or more rows. I haven't worked that much with SQL and I have no apparent way to debug this
|
| SUM Overflow | 28 May 2009 16:57 GMT | 4 |
I have an INT column and I'm using SUM() to report the total value for this column. I'm not worried about the column overflowing, but I am worried about the sum overflowing. I searched the Web and found:
|
| large import SQL Server 2005 | 27 May 2009 22:56 GMT | 1 |
I have a large csv file to import into a SQL Server 2005 database as an intermediate step to processing. The file has over 900 columns and 500,000 rows. The columns have different widths however it would be fine to make them all varchar(255).
|
| intermittent connection string failure | 27 May 2009 22:45 GMT | 3 |
Dear Experts, I would like to ask for your help in diagnosing intermittent occurrences of the "invalid connection string". I have a variety of client machines all of which use a connection string like the
|
| Code for converting tsql joins to ansi joins | 27 May 2009 16:01 GMT | 6 |
Hey all - I've been googling around trying to find some code that will process a tsql query string (with *=, =*, = joins) into ansi sql using the [left/inner/etc] JOIN y ON () format.
|
| Subquery Count Join Help Please! | 27 May 2009 13:39 GMT | 6 |
The results of this query all show the QFUP column as the same value for each AgentName, which is incorrect. I know there is no join here, but I am lost, can anyone help please? SELECT AgentName, COUNT(UniqueKey) AS Supplied,
|
| Can't enter username for windows authentication in SQLSVR2005 management console | 26 May 2009 07:47 GMT | 2 |
In my SQL Server 2005 management console when I choose Windows Authentication the user name and password entries are grayed out. It puts in the domain and user name that I used to log on to my workstation. I need to be able to use a different domain and user name
|
| How to install client connectivity only? | 25 May 2009 11:45 GMT | 4 |
For clients accessing a MSSQL-Server I need to incorporate the installation of the client connectivity only into my setup. I am not sure what´s the best way to do this and would be glad for beeing enlighted. TIA Bernd
|