| Thread | Last Post | Replies |
|
| Encryption In SQL Server 2005 Express? | 31 May 2009 10:41 GMT | 1 |
Is field level encryption with symmetric keys available in SQL Server 2005 Express? I tried to execute CREATE MASTER KEY ENCRYPTION BY PASSWORD..... but it did not seem to recognize the keyword MASTER or ENCRYPTION.
|
| setup & sql server express | 31 May 2009 02:27 GMT | 6 |
I need to create setup file, which will install SQL Server Express and my application on windows xp. Any ideas?
|
| Storing SQL statement in a string | 31 May 2009 02:25 GMT | 1 |
Hi I am using SQL Server 2008 DE and I am not an expert in writing SQL scripts but I am having a problem resolving simple issues: 1) When I want to store a string that would include single quotation (') I am
|
| Fishy feature? | 30 May 2009 10:24 GMT | 10 |
Run this query: select 1x, <choose any column> from <choose any table> Can anybody explain? /k
|
| View -union join | 30 May 2009 10:21 GMT | 1 |
I want to use union join to build up a view Howerver, it seems i only use inner,left,right join.
|
| Extended Stored Procedure never called | 30 May 2009 08:40 GMT | 1 |
Two different SQL 2005 x64 installations on Windows 2003 Server x64. Both call a simple extended stored procedure from QA. On one server it works fine. On the other, almost identical server it never returns and the instance hangs.
|
| Invalid length parameter passed to the substring function | 29 May 2009 23:41 GMT | 6 |
I get the 'Invalid length parameter passed to the substring function' error when executing the below script. I am not sure what I need to do to correct. Thanks in advance for any help. select LastName, FirstName, MiddleName
|
| Inserting Records | 29 May 2009 22:53 GMT | 4 |
I picked up a routine from a old employee where he insert about 1000 record every 30 minutes, he is going in a loop until finisih reading the file and calling an insert for each record. That is taking a while a is slow, tha table has 22 million records !!...
|
| Logic to retrieve data from an existing table (or) text file. | 29 May 2009 21:31 GMT | 3 |
I am running a SQL Server 2005 Database. My requirement is to pass a list of machine names (one at a time) as a parameter to a Stored Procedure. So let's say I have a table HOSTNAME with one column 'host' containing all
|
| Books | 29 May 2009 21:20 GMT | 15 |
Seems like everyone here is very well versed in the art of SQL server programming! I was hoping to get some good advice on what books should I purchase so I can learn to design a database for our small business using SQL server. I have everything running in Excel and have done
|
| Heavy DB writes design solution? (celko & aaron) | 29 May 2009 20:46 GMT | 3 |
For an application that experiences heavy writes to the database, could this be a solution? The application itself uses a 3-tier model. When a entity needs to persist, the DAL creates the query needed to persist (could be an
|
| SQL query from 3 tables | 29 May 2009 18:54 GMT | 3 |
I have the tables 1. Customers 2. Orders 3. Payments
|
| IDENT_CURRENT | 29 May 2009 13:45 GMT | 3 |
I don't know the English expression of a Primary Key existing of two (or more) fields. Directly translated from Danish it would be "concatenated key" - is that it? :-) However, that's what I have. I need to know which is the last inserted
|
| Looking Inside a Temp Table | 29 May 2009 10:47 GMT | 2 |
I've got a bunch of third party generated tables with weird hex names. They all start with # and not ##. (This is in 2005 btw.) I want to look in those tables, i.e. SELECT top 10 * from #hextablename and see what's in there. But since they are #, I can't see inside I presume ...
|
| Msg 207, Level 16, State 3, Line 1 | 29 May 2009 09:52 GMT | 10 |
This error has begun appearing when this Sp is run. Msg 207, Level 16, State 3, Line 1 Invalid column name 'May 2009'. The strange thing is that i have two databases - one a test system,
|