Topics
Started by
Posts
Last post
Hi, Can anybody provide me the actual real time project example. for example,in company how many da…
2 replies
By: Bhuvnesh
Hii all, my requirement is in a stored procedure I have to create a database dynamically and add so…
4 replies
Hi I am trying to write trigger when particular row value changes say i have table ABC of 10 rows. …
1 replies
Hi, What is the best method for restricting user access to a SQL database, we provide reporting in …
11 replies
By: gregorym
hi, we are using transactional replication on an sql 2008 server. we try now to add a table to the …
6 replies
Good afternoon, I would create a hierarchy dorilldown. I have a table, the father and son that I wo…
2 replies
By: tpm
A vendor of ours, who supplies no SQL support, other than creating their databases, has most of th…
5 replies
By: Stegzy
I used code below to drop temp table: IF OBJECT_ID(N'tempdb..[#temp1]', N'U') IS NOT NULL DROP TABL…
6 replies
By: GSquared
This looks pretty simple on the face of it but I can't get my head around it. I have two tables tha…
4 replies
By: GSquared
For example i use a system that collects packets of information on socket 10001. 09:00 - 17:00 i wo…
3 replies
I am trying to do a monte carlo simulation within SQL I have a table containing unique product nu…
2 replies
I am just wondering, is there any best practice in controlling the version of the stored procedure …
1 replies
We are running SQL Server 2008 Stnd 64-bit. The production database was about 100mb, but overnight…
3 replies
By: Bhuvnesh
Hi All, Below is the error that we are receiving while executing the sql server agent job from sql …
4 replies
Hi, print(convert(varchar(max),xmltypevariable)) works only for 8000 chars Is there any oher way to…
2 replies
Viewing 15 topics - 25,816 through 25,830 (of 30,225 total)
You must be logged in to create new topics.