| Thread | Last Post | Replies |
|
| Trimming chars | 16 Jul 2008 21:37 GMT | 3 |
I just ran into an issue in 2005 where if I have a field that is a char(8), the select statement will still find the values if they are less then 8 characters (even though chars blank fill). For example if Quarter is char(8), I can do:
|
| Finding tables with specific columns | 16 Jul 2008 21:13 GMT | 3 |
How can I display tables with specific columns? Mainly I am looking to find all the tables that have 4 or 5 different columns. If all these columns are not there, I don't want to see them. I also am trying to do just the opposite. Find all the tables that don't
|
| using parameterized query in ssis package | 16 Jul 2008 20:06 GMT | 3 |
To All, I am trying to get a parameterized query to run in a ssis package. I ran the dtsx file with hard-coded values and the query and package work. The package exports data from a database into an Excel file.
|
| EXISTS Query vs Sub Query | 16 Jul 2008 18:53 GMT | 1 |
Hi Group, I have the following query, but I need to add a column from another table in the resultset. No matter what I do I end up with what seems like a cartesian product. I want the same number of records that this query gives
|
| 'sp_send_dbmail' | 16 Jul 2008 17:54 GMT | 3 |
I need to allow some users to run a script once a month that involves calling 'sp_send_dbmail' to communicate progress. What is the best practice method for giving users access to a system SP like this? I guess I can probably go into each ones server account and do it there?
|
| Want some information from you | 16 Jul 2008 17:36 GMT | 4 |
I want to know about, What is sqlserver? What is the benefits of sqlserver? mailto:6eS64VhxZW@repairondemand.com
|
| SQL2005 Express - where is the problem? | 16 Jul 2008 17:15 GMT | 1 |
i have a problem with SQL2005 and VB2005. I receive randomly this error when calling a "select from a table" Random Error1: Column 'mycolumn' does not belong to table .
|
| Correct Way to Insert into Multiple Tables | 16 Jul 2008 17:13 GMT | 7 |
I am just wondering if what I am doing would be considered the correct way to insert data into multiple tables when a forigen key is in place between the tables primary keys. Here is a simple DB structure
|
| Arithmetic overflow | 16 Jul 2008 16:47 GMT | 1 |
I am getting the following error message when I run sp_databases: Server: Msg 8115, Level 16, State 2, Procedure sp_databases, Line 32 Arithmetic overflow error converting expression to data type int. I also get the same message when I run "select count(*) from ...."
|
| SQL Server Restore Exclusive Access | 16 Jul 2008 16:23 GMT | 1 |
I am trying to run a SQL Server Restore of a Test Database and am getting a message saying... Exclusive access could not be obtained because the database in use. I have seen this before when I have an open thread to the database. I
|
| Soundex Problem | 16 Jul 2008 16:05 GMT | 13 |
I am having trouble with using Soundex and Difference effectively. As a simple example: Select surname from membership where soundex(surname)=soundex('smith') Now I was expecting smith, smyth, smythe, smiff, sniff... instead I get
|
| Soundex Problem <3a09112f-d0f9-45da-b5d2-3ff62cb6e5ac@v46g2000hsv.googlegroups.com> | 16 Jul 2008 15:59 GMT | 1 |
What does dbo.MIN3 represent in your code?
|
| logic help for banner exchange system needed | 16 Jul 2008 15:17 GMT | 3 |
Hi, i'm trying to create a banner exchange system on a 1:1 basis but stuck on weight calculation logic. with weight, i mean a logic that while deciding which site will be showed more will allow sites with less credit too.
|
| Stored Proc Help... | 16 Jul 2008 15:06 GMT | 2 |
First here is the Proc I have so far.... set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go
|
| to retrieve select columns using datedifference by store procedure | 16 Jul 2008 15:03 GMT | 1 |
i am creating a advance job search page.i want to retrieve the company details that are recruting using selected keywords like 'c#'.i want to retrieve company details based on datedifference method using store procedure Eg:from database entried date and current time tell me the ...
|