| Thread | Last Post | Replies |
|
| Need script to recreate scheduled jobs | 01 Jul 2008 00:13 GMT | 1 |
I created a new database instance, but I forgot to script out the scheduled jobs before I wiped out the original database instance. I have attached the original msdb database as msdb_old onto the new instance, but I need a script to pull out the require information
|
| How to Translate Access Crosstab Query to T-SQL | 30 Jun 2008 23:19 GMT | 2 |
I have just built a crosstab query on Access & I am having trouble translating it on to SQL Server 2000 or 2005. Browse thru the online help in T-SQL Reference but no much help. Would you guys give a helping hand please? MS-Access (2003)
|
| deploying SSIS packages | 30 Jun 2008 21:34 GMT | 1 |
I have an SSIS package which calls many other SSIS packages. Each of these was created with the import wizard in SSMS. As a result, they all have SourceConnectionOLEDB and DestinationConnectionOLEDB connections listed under the Connection Manager in the package
|
| Help needed - Data Formatting | 30 Jun 2008 19:36 GMT | 2 |
I just started using SQL to create a report. I got the syntax working but I have absolutely no idea of how to format data. Can anyone kindly look at my code and help me? I thank you in advance. Details:-
|
| MS-SQL computer ports | 30 Jun 2008 19:19 GMT | 2 |
What ports do I need to open on the firewall in order to reach my ms-sql server from the outside? many thanks, Raul Rego
|
| Object Explorer Details | 30 Jun 2008 18:45 GMT | 2 |
In previous versions of SQL you could see the created date and time. In SQL 2005 you only see the created date. Is there a way to see the created time in SQL 2005?
|
| stopping restore | 30 Jun 2008 17:26 GMT | 5 |
in SQL SERVER 2005 environmente how can I stop a restore? Regards Alberto
|
| Saving SP takes a long time.... | 30 Jun 2008 16:55 GMT | 2 |
Recently our SQL Server 2005 has started showing a strange behavior. Whenever you do an ALTER PROCEDURE to make changes to a stored procedure it can take 2 minutes or more to complete the operation. Any suggestions?
|
| SQL Server 2005 Cluster - Non-default Port | 30 Jun 2008 15:25 GMT | 7 |
I have SQL Server 2005 on a 2 node Cluster, the default port number has been changed. However SQL Server accepts connections thru the default port 1433 and the non-default port as well. There are no aliases defined. How do I configure SQL Server to listen on the non-default ...
|
| Translate an access query to sql express or sql 2005 | 30 Jun 2008 13:36 GMT | 8 |
i have this sql strin that works fine in access and asp.net 2.0 i 'd like to pass to sql express but i get errors with the query. the original Access query: SELECT cAuxRk.CatB, cAuxRk.NombreCompleto, Sum(cAuxRk.PBh) AS Parc,
|
| SA/Other password changes to something else | 30 Jun 2008 10:53 GMT | 12 |
Hi - I have installed SQL Server Express (2005) on one PC and am trying to access it from another using mgt studio. I have tried to connect using windows authentication to no avail, but that I can live with if I can get SQL Server authentication to work.
|
| Performance monitor, execution io question | 29 Jun 2008 21:21 GMT | 7 |
I hit problem which i can't explain so you could help me. I try to fix existing application and run sql perf. monitor to get biggest io offenders. So i get them into table and select them ordered by 'reads' in desc order.
|
| relate an aggregate subquery to the first query | 29 Jun 2008 18:22 GMT | 1 |
The first SELECT works but I want to filter it with a subquery. NOw instead I have a VIEW but it is really slow. I want to try a subquery but I don't know how to relate the two queries. The 2nd query I want as a subquery not a VIEW. The relationship would be [car_mark
|
| Selectint Top N within a group | 29 Jun 2008 08:41 GMT | 1 |
I have a table that looks like this: ACCOUNT ID DATE aaa 01/01/08 aaa 02/01/08
|
| TSQL = LIKE search statement for a '%@%' | 29 Jun 2008 07:46 GMT | 2 |
Does anybody know why searching for a string '@' with LIKE does not work even when you use ESCAPE Very strange...... Say the field has ..... I love my @*&!& friend
|