| Thread | Last Post | Replies |
|
| SQL Server 2000 Analysis Server from 2005 Management Studio access | 31 May 2007 18:22 GMT | 2 |
Is it possible to connect to SQL Server 2000 Analysis Server from SQL Server 2005 Management Studio? Should I use some special settings to SQL Server 2000 Serevr or SQL Server 2005 Client? I`ve tried to connect in the same way i do it for 2005 Analyzis Server (using Widows ...
|
| query "last" comment per user | 31 May 2007 17:30 GMT | 1 |
I'm stuck here - if I use grouping on my userID and select MaxDistinct on the date/time stamp, how do I pull in the "last comment" from the record, since it obviously can't be grouped (else ALL the records will show since all comment fields are different). Help?
|
| What do you think about the checksum function ? | 30 May 2007 22:57 GMT | 3 |
I'd like advices about an idea I add to resolve a problem. thanks to you in advance for yours answers. I have a database with tables that I load with flat file. The size of each table is 600 Mb. The flat file are the image of an application
|
| SQL Port issue | 30 May 2007 20:13 GMT | 3 |
I have Windows 2003 Server and installed SQL Server 2000 Sp 4 behind the firewall. I open the Portal 3389 TCP, 1433 TCP, 1434 UPD. when I try to connect SQL Server from my local box it says SQL Server doesn't exists or access denied.
|
| Need Help with a SQL Statement - Trying not to use a Cursor | 30 May 2007 18:26 GMT | 4 |
I'm just know basic SQL but not enough to write any complex queries. The problem I'm facing right now keeps me thinking to use a Cursor but I've seen a lot of posts on here saying Cursors are bad so I'm hoping there is a complex query that can give me the data I need.
|
| SQL Enterprise Manager - Not very usefull tool for building views | 30 May 2007 16:34 GMT | 2 |
Man do I struggle with Enterprise Manager as a graphical tool for building views etc. Its flaky and hangs frequenlty so i have to kill it with the task manager and re open it.
|
| sorting table while inserting | 30 May 2007 14:33 GMT | 9 |
Hi Friends, How can we insert records in sorted order like consider a table No Name Phone
|
| Bulk Insert Help | 30 May 2007 03:28 GMT | 2 |
I am trying to do a bulk insert here is the error: Server: Msg 4860, Level 16, State 1, Line 1 Could not bulk insert. File 'c:\what.fmt' does not exist.
|
| subquery BEFORE the left outer join?? | 29 May 2007 22:42 GMT | 2 |
OK, I thought I had it, but I don't. The following query is intended to bring in a complete list of ModuleIDs for the selected user. Problem is, when I filter, if another user has a ModuleID "2" record, then the "2" record won't come in for the current user - I guess because ...
|
| Escaping international (unicode) characters in string | 29 May 2007 22:23 GMT | 3 |
Y'all: I am needing some way, in the SQL Server dialect of SQL, to escape unicode code points that are embedded within an nvarchar string in a SQL script, e.g. in Java I can do:
|
| help with left outer join | 29 May 2007 18:56 GMT | 1 |
I don't understand why my left outer join isn't giving me "null" records on the side where there is no matching record.... Is this enough info to trouble shoot? SELECT TOP 100 PERCENT dbo.cert_m.ModuleID, dbo.cert_m.SortOrder,
|
| Char or varchar for a primary key? | 29 May 2007 16:56 GMT | 7 |
I'm planning the structure of a SqlServer 2005 database for a new application. The requirement is that primary keys must be "natural"; i.e. in the table Customers the primary key will be a max. 10 characters string (but the
|
| Access SQL Server from System DSN in ASP Classic | 29 May 2007 15:49 GMT | 6 |
How the heck do I get permission to use SQL Server from a System DSN on a webpage? I am using VBScript and ASP Classic and ADO (Classic), thus: myConnection.Open "DSN=MySystemDSN"
|
| Modify Store Procedure | 29 May 2007 15:31 GMT | 2 |
How do I modify a defined stored procedure? Thanks ascll
|
| Transpose column into rows | 29 May 2007 13:37 GMT | 1 |
Hi Friends, How to transpose the columns into rows i want to convert the table which looks like this ID Name HomePhone WorkPhone Email
|