Topics
Started by
Posts
Last post
I'm trying to create tab in excel file (which is store on network). I'm getting following message ,…
1 replies
I need to create a table of locations and ip ranges. The main aim is to link an host to the place. …
3 replies
Hi I have created a procedure that opens a connection to access. Looking something like this: *****…
1 replies
exec master.dbo.xp_cmdshell N'Xcopy D:\partbackup \\XXX.YY.ZZZ.44\D$\bkp /i' I am using the above s…
3 replies
Hi! Due to an error, I had a database which originally was created in the master database. I have c…
13 replies
Hi, I am trying to update a field in a parent table based on a cross table select query. See below…
2 replies
create table #test_table(sno int identity(1,1),line_no int null,product_name varchar(20)) insert in…
2 replies
Hi, For a input i have many output rows.I have insert these rows in to a table in Sql Server. Pleas…
4 replies
hi all, i have a scenario where i need to send e-mail to recipients through a stored procedure. Ca…
1 replies
Hi, I have two queries, say for example Select distinct 0 parent_id, ROW_NUMBER() OVER( ORDER BY Co…
1 replies
Hi all Recently my re-index job failed with an error of Lock request time out period exceeded. I a…
1 replies
Hi everyone, I'm on a standard SQL Server 2005 System (US English), but I'm getting some strange r…
3 replies
Hello, something strange is happening on my sql server. I have created a view called myview and ins…
62 replies
hi all, i have a scenario where i have to calculate the difference between two time formats(24 hr--…
1 replies
I have this date parameter that I would like to edit. BETWEEN DATEADD(MONTH, - 6, @StartDate) AND …
2 replies
Viewing 15 topics - 2,176 through 2,190 (of 10,974 total)
You must be logged in to create new topics.