Topics
Started by
Posts
Last post
I have a table as follows: CREATE TABLE [dbo].[Trades( [Id] [bigint] IDENTITY(1,1) NOT NULL, [ExecI…
3 replies
Hi, I am confusing on SQL Server Login and Database user Could you clarify this. Thanks
5 replies
Hi All, Is it possible to call a stored procedure by providing input parameters through a select st…
10 replies
Hello All, I can run a procedure succesffully from SSMS but when I add the procedure to a job step …
9 replies
I recently set up Database Mail in SQL Server 2005 running as a job. We typically send about 2000 e…
9 replies
I thought this was simple and I guess not, missing a piece maybe: There is a file that is continous…
2 replies
Hi All, I am using SQL Server 2008-Express Edition with Advanced Services, but it is showing that …
3 replies
This is what I have done (here I have mentioned the time as well) Recovery model: bulk inserted 200…
2 replies
hi, i want a case statement like this CASE suc.status WHEN IS NOT 'Completed' THEN 1 ELSE 0 END sta…
1 replies
I need some help compiling a SQL statement for a view. I’ve never tried something like this, not an…
5 replies
Is it possible in SQL 2005 to over ride the use of a specific index without disabling the index? Af…
8 replies
Hello, I have a View that works efficiently under one user, but acts slow under another user. If us…
5 replies
Is there a way for me to have more than one @body parameter in my msdb.dbo.sp_send_dbmail statement…
2 replies
Hello Everyone: I am running into repeated occurrences of a snapshot that goes into recovery mode a…
2 replies
Hi Folks, I need to update the value of "AssignedTo" column in my table (MITagging) to logged in us…
2 replies
Viewing 15 topics - 2,056 through 2,070 (of 10,974 total)
You must be logged in to create new topics.