| Thread | Last Post | Replies |
|
| ALL and empty set | 30 Sep 2006 02:40 GMT | 5 |
SQL Server 2000 SP4. Hoping to find a logical explanation for a certain behavior. Consider this script: USE pubs
|
| Date and time | 29 Sep 2006 22:49 GMT | 8 |
I am having an issue with a query that is trying to compare a string date to today's date I have a table like this PC Name
|
| how to query for text containing parens? | 29 Sep 2006 22:28 GMT | 2 |
I have an SQL database with rows that have parens in the data. If I run a select statement such as: SELECT SongName FROM Songs
|
| File Pointing in SQL | 29 Sep 2006 20:06 GMT | 1 |
I am trying to reference files in my SQL db which are stored on my database. I do not want to store the files in the actual database. I have a web interface where the user searches for the file finds the referenced file then tries to download it. But for some reason when
|
| this is very, very, very frustrating!!!!!! | 29 Sep 2006 18:56 GMT | 6 |
I give up - will someone please tell me why in _Oracle_ I can do something like: select 'CREATE PUBLIC SYNONYM '||table_name||' FOR SYSADM.'||TABLE_NAME||';'
|
| grant a user a temporary SA permission for a spesific action | 29 Sep 2006 18:22 GMT | 1 |
how can i grant a user a temporary SA permission for a spesific action (like alter a column in a table)? thanks
|
| Unexpected Activity | 29 Sep 2006 16:08 GMT | 2 |
I am new to SQL 2000 Administration. My SQL Server has started indicating a lot more disk activity than it has done in the past. There are no jobs being run and it is degrading the performance of the system. How can I track the problem to the source?
|
| raiserror | 29 Sep 2006 15:38 GMT | 1 |
I have question about RAISERROR command. Look at the example above. first select shows one record in table, that means that transaction was committed. second select shows that transaction was not committed.
|
| Update Query containg static data and data from another table. | 29 Sep 2006 09:25 GMT | 4 |
First post so apologies if this sounds a bit confusing!! I'm trying to run the following update. On a weekly basis i want to insert all the active users ids from a users table into a timesheets table along with the last day of the week and a submitted flag set to
|
| Can I use sp_rename in VB program? | 29 Sep 2006 04:40 GMT | 3 |
dim gConn as new adodb.connection gConn.open "...." strSQL = "sp_rename 'mytable', 'mytable1','OBJECT'" gConn.Execute strSQL, , adCmdStoredProc
|
| how to use variable in USE method? | 29 Sep 2006 03:50 GMT | 3 |
I wrote a store procedure like this: declare @dbname nvarchar(50) declare db_cursor cursor for select name as database_name from master.dbo.sysdatabases
|
| Subquery doesnt work!!!!!!!!!!! | 29 Sep 2006 03:10 GMT | 2 |
Hi all, I am sanju, To generate report I am using table named as "tempTest" for displaying count of dealer. On back end i am using oracle.
|
| problem with IN in stored proc | 29 Sep 2006 00:22 GMT | 2 |
I parse a querystring from a .net website into a stored proc; ALTER PROCEDURE Postlists_CreateList ( @Groups varchar(255) = NULL
|
| get todays date and a certain time | 29 Sep 2006 00:00 GMT | 2 |
I am trying to write something to give me back all the data for a sertain time range for today. So for example: I need to get all records where change_date is <= today 2pm and > today at 8pm.
|
| store db objects in *.ndf vs. *.mdf?? | 28 Sep 2006 23:57 GMT | 5 |
I am new to SS2005, and I've just started working on a small test/dev database. I recently read that one should store things like tables, views, constraints, etc. in the *.ndf file rather than in the *.mdf file.
|